diff options
author | tamplan <[email protected]> | 2020-05-24 10:25:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-23 12:32:47 +0200 |
commit | 98f663d85b4e962caed7cafd5dcfcde230309a68 (patch) | |
tree | 2b2ff2fcca927b910438af87fe107cbde11d9b48 /Makefile.am | |
parent | d19ec9fe76af25a7cd5d93eadc58a8cf6a379f17 (diff) | |
download | caja-extensions-98f663d85b4e962caed7cafd5dcfcde230309a68.tar.bz2 caja-extensions-98f663d85b4e962caed7cafd5dcfcde230309a68.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d2b55e7..983d77c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,3 +50,4 @@ dist: ChangeLog .PHONY: ChangeLog +-include $(top_srcdir)/git.mk |