From b19b4637c5d357f50f34a073a134e9dcd727fa1f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 3 Jun 2015 16:11:08 -0400 Subject: 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. --- .gitignore | 71 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 23 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1