summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2013-04-10 00:38:29 +0200
committerColin Walters <walters@verbum.org>2013-04-12 12:44:08 -0400
commit1f47d30aead0acb88912af3f889db0aa8bffc61b (patch)
treea67b49703a23d8cd7ceb0ee2e853d44395f266aa /.gitignore
parentf0fe6bb38840ea7f5fe2adc9f03886f73a697e72 (diff)
downloadpolkit-1f47d30aead0acb88912af3f889db0aa8bffc61b.tar.gz
Clean (git status) after autogen.sh
Ignore most automatically created files. Add empty ChangeLog (to avoid surprises if anyone wanted to add content later). https://bugs.freedesktop.org/show_bug.cgi?id=63479
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d8b6f2e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+/INSTALL
+/autom4te.cache
+/aclocal.m4
+/compile
+/config.guess
+/config.h.in
+/config.sub
+/configure
+/depcomp
+/gtk-doc.make
+/install-sh
+/ltmain.sh
+/missing
+/po/Makefile.in.in
+/test/mocklibc/aclocal.m4
+/test/mocklibc/autom4te.cache
+/test/mocklibc/config.guess
+/test/mocklibc/config.h.in
+/test/mocklibc/config.sub
+/test/mocklibc/configure
+/test/mocklibc/depcomp
+/test/mocklibc/install-sh
+/test/mocklibc/ltmain.sh
+/test/mocklibc/missing
+Makefile.in
+*~ \ No newline at end of file