diff options
author | Vincent Untz <vuntz@gnome.org> | 2010-02-16 01:01:00 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2010-03-10 03:29:50 +0100 |
commit | 07a6e2688bfaba6872ca1495fffbd7bbe17022d3 (patch) | |
tree | db1bc92fed0896801ee13e54ad3a92b3dfed8936 /misc | |
parent | 1ca85988dec761535699d3cb14ba8a551411a4d6 (diff) |
Use git.mk from pango to autogenerate .gitignore files
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 64a6bf5..ed0f6e9 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,3 +2,8 @@ lisp_LISP = desktop-entry-mode.el EXTRA_DIST = \ desktop-entry-mode.el + +MAINTAINERCLEANFILES = \ + $(srcdir)/elc-stamp + +-include $(top_srcdir)/git.mk |