summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-06-20 16:35:00 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2013-07-04 20:57:35 +0100
commit268ee7a387eb505f8a4f5c6c0ab6dc036e65e5e1 (patch)
treefc89eab8bcada23e4b833f7cb453bb09d0fdea23 /tools
parente0052149c672f41a5d367d83bc1ef229a937abda (diff)
build: Remove redundant entries from GITIGNOREFILES
Now that git.mk has been modified to add better Vala support, these are unnecessary.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
-rw-r--r--tools/inspect/Makefile.am5
2 files changed, 0 insertions, 10 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 1eeb9ca3..3dcd01fc 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -46,9 +46,4 @@ folks_import_LDADD = \
$(top_builddir)/folks/libfolks.la \
$(NULL)
-GITIGNOREFILES = \
- folks_import_vala.stamp \
- $(patsubst %.vala,%.c,$(filter %.vala,$(folks_import_SOURCES))) \
- $(NULL)
-
-include $(top_srcdir)/git.mk
diff --git a/tools/inspect/Makefile.am b/tools/inspect/Makefile.am
index 5d9c932e..05f27d7b 100644
--- a/tools/inspect/Makefile.am
+++ b/tools/inspect/Makefile.am
@@ -50,9 +50,4 @@ folks_inspect_CFLAGS = \
$(GEE_CFLAGS) \
$(NULL)
-GITIGNOREFILES = \
- folks_inspect_vala.stamp \
- $(patsubst %.vala,%.c,$(filter %.vala,$(folks_inspect_SOURCES))) \
- $(NULL)
-
-include $(top_srcdir)/git.mk