[git commit] gitignore: add debugging related files

Mike Frysinger vapier at gentoo.org
Mon Jun 1 18:15:04 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=a1e5ebe9bd3cd0482f0badbacc1cb477d504b420
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 .gitignore |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1618712..b7840e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,10 @@
 *.orig
 *.rej
 /*.patch
+
+#
+# debugging stuff
+#
+core
+.gdb_history
+.gdbinit
-- 
1.6.0.6


More information about the busybox-cvs mailing list