summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-10-22 11:35:29 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2017-10-22 11:36:31 +0200
commitf82500d8cfccf4329ea0eedea07f1118264dc1ed (patch)
tree5fe3d3990e48099e327ccce32b88ac69fdcf7477
parenta4e11496ec98344823515ed71be7847c405e8d99 (diff)
downloaddconf-f82500d8cfccf4329ea0eedea07f1118264dc1ed.tar.gz
Remove .gitignore files
meson does not allow to build source code inside the source code tree, for this reason there is no need for .gitignore files to ignore built files. This patch removes .gitignore files which are no longer needed. https://bugzilla.gnome.org/show_bug.cgi?id=784910
-rw-r--r--.gitignore26
-rw-r--r--bin/.gitignore3
-rw-r--r--client/.gitignore4
-rw-r--r--common/.gitignore3
-rw-r--r--docs/.gitignore21
-rw-r--r--engine/.gitignore2
-rw-r--r--gdbus/.gitignore4
-rw-r--r--gsettings/.gitignore1
-rw-r--r--gvdb/.gitignore2
-rw-r--r--service/.gitignore4
-rw-r--r--shm/.gitignore2
-rw-r--r--tests/.gitignore11
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