Ignore more files

* .gitignore: Add gdb related files.
* tests/.gitignore: Ignore test logs.
This commit is contained in:
Mike Frysinger 2013-05-02 15:35:32 -04:00 committed by Dmitry V. Levin
parent 7ae4a88285
commit d26d011078
2 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@ -4,6 +4,9 @@
.libs
.version
.*.swp
*.gdb
.gdbinit
.gdb_history
/ChangeLog
/CREDITS
@ -30,6 +33,7 @@ Makefile.in
/ioctldefs.h
/ioctlsort
/strace
/test-driver
/linux/ioctlent.h

3
tests/.gitignore vendored
View File

@ -1 +1,2 @@
check.log
*.log
*.trs