gitignore: Bulk ignore all *-test files

This commit is contained in:
Bryce Harrington 2015-05-26 19:01:00 -07:00
parent 5339e21f65
commit 8e8699789c

18
.gitignore vendored
View file

@ -12,6 +12,7 @@
*.trs *.trs
*.tar.xz *.tar.xz
*~ *~
*-test
.libs .libs
.dirstamp .dirstamp
cscope.out cscope.out
@ -37,24 +38,7 @@ ctags
/test-driver /test-driver
Makefile Makefile
Makefile.in Makefile.in
array-test
client-test
connection-test
cpp-compile-test
display-test
event-loop-test
exec-fd-leak-checker exec-fd-leak-checker
fixed-benchmark fixed-benchmark
fixed-test
headers-test
list-test
map-test
message-test
os-wrappers-test
queue-test
resources-test
sanity-test
signal-test
socket-test
/wayland-scanner /wayland-scanner
protocol/*.[ch] protocol/*.[ch]