summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2007-09-11 10:52:07 +0100
committerRoss Burton <ross@burtonini.com>2007-09-11 10:52:07 +0100
commit33b7a7f05372baaaf95d0e1c2c3b758321e4b0c5 (patch)
treedf5ee37e6d3c55cb740c94968392c0d5a5d85300 /.gitignore
parent4b2cf9d75f6c315071adc925ec56e3bac3423730 (diff)
Update ignores
Add the new tests and *~ to the ignore list.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 300a0b7..75895c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*~
*.o
*.lo
*.deps
@@ -181,6 +182,8 @@ test/core/Makefile.in
test/core/my-object-marshal.c
test/core/my-object-marshal.h
test/core/run-with-tmp-session-bus.conf
+test/core/peer-client
+test/core/peer-server
test/core/test-dbus-glib
test/core/test-profile
test/core/test-service-glib
@@ -188,6 +191,7 @@ test/core/test-service-glib-bindings.h
test/core/test-service-glib-glue.h
test/core/test-thread-client
test/core/test-thread-server
+test/core/test-types
test/data/valid-service-files/debug-echo.service
test/data/valid-service-files/debug-glib.service
test/data/valid-service-files/test-interfaces.service.in
@@ -207,4 +211,3 @@ test/interfaces/test-hello-bindings.h
test/interfaces/test-hello-glue.h
test/interfaces/test-song-bindings.h
test/interfaces/test-song-glue.h
-