diff options
-rw-r--r-- | .gitignore | 26 | ||||
-rw-r--r-- | bin/.gitignore | 3 | ||||
-rw-r--r-- | client/.gitignore | 4 | ||||
-rw-r--r-- | common/.gitignore | 3 | ||||
-rw-r--r-- | docs/.gitignore | 21 | ||||
-rw-r--r-- | engine/.gitignore | 2 | ||||
-rw-r--r-- | gdbus/.gitignore | 4 | ||||
-rw-r--r-- | gsettings/.gitignore | 1 | ||||
-rw-r--r-- | gvdb/.gitignore | 2 | ||||
-rw-r--r-- | service/.gitignore | 4 | ||||
-rw-r--r-- | shm/.gitignore | 2 | ||||
-rw-r--r-- | tests/.gitignore | 11 |
12 files changed, 0 insertions, 83 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a5c8206..0000000 --- a/.gitignore +++ /dev/null @@ -1,26 +0,0 @@ -# for all subdirectories -Makefile.in -Makefile -.deps -*.o -*.pc -*.gir -*.typelib -*.trs -*.log - -# gcov -*.gcda -*.gcno - -# autofoo stuff here -/m4/ -/aux/ -/libtool -/config.* -/configure -/autom4te.cache -/aclocal.m4 -/stamp-h1 -/dconf-lcov.info -/lcov-html diff --git a/bin/.gitignore b/bin/.gitignore deleted file mode 100644 index d657c26..0000000 --- a/bin/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -dconf -*.c -*.stamp diff --git a/client/.gitignore b/client/.gitignore deleted file mode 100644 index d0f3ebb..0000000 --- a/client/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -libdconf.so -libdconf.so.1 -libdconf.so.1.0.0 -libdconf-client.a diff --git a/common/.gitignore b/common/.gitignore deleted file mode 100644 index 8209281..0000000 --- a/common/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -libdconf-common.a -libdconf-common-hidden.a -libdconf-common-shared.a diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 20413f0..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1,21 +0,0 @@ -*-decl-list.txt -*-decl.txt -*-overrides.txt -*-unused.txt -*-undocumented.txt -*-undeclared.txt -*.args -*.hierarchy -*.interfaces -*.prerequisites -*.signals -*.stamp -html -xml -*.bak -version.xml -gtk-doc.make -dconf-editor.1 -dconf-service.1 -dconf.1 -dconf.7 diff --git a/engine/.gitignore b/engine/.gitignore deleted file mode 100644 index 013c7e7..0000000 --- a/engine/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -libdconf-engine.a -libdconf-engine-shared.a diff --git a/gdbus/.gitignore b/gdbus/.gitignore deleted file mode 100644 index 0269bef..0000000 --- a/gdbus/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -libdconf-gdbus-filter.a -libdconf-gdbus-filter-shared.a -libdconf-gdbus-thread.a -libdconf-gdbus-thread-shared.a diff --git a/gsettings/.gitignore b/gsettings/.gitignore deleted file mode 100644 index 621458d..0000000 --- a/gsettings/.gitignore +++ /dev/null @@ -1 +0,0 @@ -libdconfsettings.so diff --git a/gvdb/.gitignore b/gvdb/.gitignore deleted file mode 100644 index 8b5dee6..0000000 --- a/gvdb/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -libgvdb.a -libgvdb-shared.a diff --git a/service/.gitignore b/service/.gitignore deleted file mode 100644 index f511a9a..0000000 --- a/service/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -dconf-service -ca.desrt.dconf.service -dconf-generated.h -dconf-generated.c diff --git a/shm/.gitignore b/shm/.gitignore deleted file mode 100644 index 16d8712..0000000 --- a/shm/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -libdconf-shm.a -libdconf-shm-shared.a diff --git a/tests/.gitignore b/tests/.gitignore deleted file mode 100644 index 686b020..0000000 --- a/tests/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -libdconf-mock.a - -changeset -client -engine -gdbus-filter -gdbus-thread -gvdb -libdbus-1 -paths -shm |