diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-01 14:15:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-01 14:16:43 -0400 |
commit | a1e5ebe9bd3cd0482f0badbacc1cb477d504b420 (patch) | |
tree | b3212dbe137246241eab119eedabcfc4d0946ea3 /.gitignore | |
parent | 6a46ab8b8fe3547cf9de4c0ff7e9420d87f8a3cb (diff) | |
download | busybox-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-- | .gitignore | 7 |
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 | # | ||
32 | core | ||
33 | .gdb_history | ||
34 | .gdbinit | ||