Ignore more files
* .gitignore: Add gdb related files. * tests/.gitignore: Ignore test logs.
This commit is contained in:
parent
7ae4a88285
commit
d26d011078
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
3
tests/.gitignore
vendored
@ -1 +1,2 @@
|
||||
check.log
|
||||
*.log
|
||||
*.trs
|
||||
|
Loading…
x
Reference in New Issue
Block a user