[PATCH] gitignore: Bulk ignore all *-test files
Bryce Harrington
bryce at osg.samsung.com
Tue May 26 19:03:30 PDT 2015
Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
---
.gitignore | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0f59395..a59564a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@
*.trs
*.tar.xz
*~
+*-test
.libs
.dirstamp
cscope.out
@@ -37,24 +38,7 @@ ctags
/test-driver
Makefile
Makefile.in
-array-test
-client-test
-connection-test
-cpp-compile-test
-display-test
-event-loop-test
exec-fd-leak-checker
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
protocol/*.[ch]
--
1.9.1
More information about the wayland-devel
mailing list