[PATCH wayland 4/4] update .gitignore
Pekka Paalanen
ppaalanen at gmail.com
Mon Mar 10 05:04:00 PDT 2014
From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
Makes 'git status' clean again after a successful 'make distcheck'.
Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
.gitignore | 22 ++++++++++++++++++++++
tests/.gitignore | 17 -----------------
2 files changed, 22 insertions(+), 17 deletions(-)
delete mode 100644 tests/.gitignore
diff --git a/.gitignore b/.gitignore
index f243100..c146bac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,8 +8,12 @@
*.swp
*.3
*.7
+*.log
+*.trs
+*.tar.xz
*~
.libs
+.dirstamp
cscope.out
ctags
/aclocal.m4
@@ -33,3 +37,21 @@ ctags
/test-driver
Makefile
Makefile.in
+array-test
+client-test
+connection-test
+display-test
+event-loop-test
+exec-fd-leak-checker
+fixed-benchmark
+fixed-test
+list-test
+map-test
+os-wrappers-test
+queue-test
+resources-test
+sanity-test
+signal-test
+socket-test
+wayland-scanner
+protocol/*.[ch]
diff --git a/tests/.gitignore b/tests/.gitignore
deleted file mode 100644
index ccd440a..0000000
--- a/tests/.gitignore
+++ /dev/null
@@ -1,17 +0,0 @@
-*.log
-*.trs
-
-array-test
-client-test
-connection-test
-display-test
-event-loop-test
-exec-fd-leak-checker
-fixed-benchmark
-fixed-test
-list-test
-map-test
-os-wrappers-test
-queue-test
-sanity-test
-socket-test
--
1.8.3.2
More information about the wayland-devel
mailing list