aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-01 14:15:04 -0400
committerMike Frysinger <vapier@gentoo.org>2009-06-01 14:16:43 -0400
commita1e5ebe9bd3cd0482f0badbacc1cb477d504b420 (patch)
treeb3212dbe137246241eab119eedabcfc4d0946ea3 /.gitignore
parent6a46ab8b8fe3547cf9de4c0ff7e9420d87f8a3cb (diff)
downloadbusybox-w32-a1e5ebe9bd3cd0482f0badbacc1cb477d504b420.tar.gz
busybox-w32-a1e5ebe9bd3cd0482f0badbacc1cb477d504b420.tar.bz2
busybox-w32-a1e5ebe9bd3cd0482f0badbacc1cb477d504b420.zip
gitignore: add debugging related files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1618712ce..b7840e494 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,10 @@
25*.orig 25*.orig
26*.rej 26*.rej
27/*.patch 27/*.patch
28
29#
30# debugging stuff
31#
32core
33.gdb_history
34.gdbinit