summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-07-19 12:25:34 +0100
committerRichard Hughes <richard@hughsie.com>2011-07-19 12:40:21 +0100
commitb19fca96371d65d3bb1069385ede8b66de31aefa (patch)
treea54997e2482ded94a1466a95d6737ba8acb46165 /tools
parent75894ebb2e414047e153fbbbfa6d291b76be4f8d (diff)
downloadupower-b19fca96371d65d3bb1069385ede8b66de31aefa.tar.gz
Use git.mk and remove the manual .gitignore files
Diffstat (limited to 'tools')
-rw-r--r--tools/.gitignore8
-rw-r--r--tools/Makefile.am2
2 files changed, 2 insertions, 8 deletions
diff --git a/tools/.gitignore b/tools/.gitignore
deleted file mode 100644
index ca8d160..0000000
--- a/tools/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-.deps
-upower
-*-glue.h
-*.o
-*-marshal.c
-*-marshal.h
-.libs
-
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4b176bd..df1d2e7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -31,3 +31,5 @@ CLEANFILES = $(BUILT_SOURCES)
clean-local :
rm -f *~ $(service_DATA) $(dbusconf_DATA)
+
+-include $(top_srcdir)/git.mk