gitignore: add debugging related files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -25,3 +25,10 @@
|
||||
*.orig
|
||||
*.rej
|
||||
/*.patch
|
||||
|
||||
#
|
||||
# debugging stuff
|
||||
#
|
||||
core
|
||||
.gdb_history
|
||||
.gdbinit
|
||||
|
Reference in New Issue
Block a user