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 | |
parent | 6a46ab8b8fe3547cf9de4c0ff7e9420d87f8a3cb (diff) | |
download | busybox-a1e5ebe9bd3cd0482f0badbacc1cb477d504b420.tar.gz |
gitignore: add debugging related files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-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 @@ *.orig *.rej /*.patch + +# +# debugging stuff +# +core +.gdb_history +.gdbinit |