summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-06-03 16:11:08 -0400
committerColin Walters <walters@verbum.org>2015-06-03 16:11:08 -0400
commitb19b4637c5d357f50f34a073a134e9dcd727fa1f (patch)
tree10a4cfa821a65e91b5266536afa611550c3ffdfe /.gitignore
parent48e646918efb2bf0b3b505747655726d7869f31c (diff)
downloadpolkit-b19b4637c5d357f50f34a073a134e9dcd727fa1f.tar.gz
build: Start using git.mk
I was looking at: https://bugs.freedesktop.org/show_bug.cgi?id=85504 But polkit, particularly because of its use of recursive make, is a good fit for git.mk.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore71
1 files changed, 48 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index d8b6f2e..1e31019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1,51 @@
-/INSTALL
+*.o
+.deps
+/*.bak
+/*.gcda
+/*.gcno
+/*.orig
+/*.rej
+/*.tab.c
+/*~
+/.*.sw[nop]
+/.dirstamp
+/.gitignore
+/GPATH
+/GRTAGS
+/GSYMS
+/GTAGS
+/ID
+/Makefile
+/Makefile.in
+/TAGS
/autom4te.cache
-/aclocal.m4
-/compile
-/config.guess
-/config.h.in
-/config.sub
+/config.cache
+/config.h
+/config.log
+/config.lt
+/config.status
+/config.status.lineno
/configure
-/depcomp
-/gtk-doc.make
-/install-sh
-/ltmain.sh
-/missing
+/configure.lineno
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/libtool
+/po/*.gmo
+/po/*.header
+/po/*.mo
+/po/*.sed
+/po/*.sin
+/po/.intltool-merge-cache
+/po/Makefile
+/po/Makefile.in
/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
+/po/Makefile.in.in~
+/po/Makevars.template
+/po/POTFILES
+/po/Rules-quot
+/po/polkit-1.pot
+/po/stamp-it
+/so_locations
+/stamp-h1
+/tags