aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-06-12 15:35:24 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-06-12 15:35:24 -0400
commit41b94bf5e29d0cf13b22c9fc09061e050474eaf5 (patch)
tree9b20c9164ac656f135f764075c00836450af3fde /.gitignore
parent577e5d9f21d8285f4168962bceacbdef506b9db1 (diff)
downloadlibrambutan-41b94bf5e29d0cf13b22c9fc09061e050474eaf5.tar.gz
librambutan-41b94bf5e29d0cf13b22c9fc09061e050474eaf5.zip
Add .gdbinit to .gitignore.
Everyone wants their own .gdbinit; it's stupid to put one into the repository top-level. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 33e77e7..4a7ae78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ TAGS
*.swp
arm
cscope*
+.gdbinit