diff options
author | tamplan <[email protected]> | 2020-05-24 11:04:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-17 13:34:41 +0200 |
commit | 00c332d032b7aff8d0ebc1ca1be1aeeb3829a619 (patch) | |
tree | 9c865fa92e2f9bdf5e84894bad969179a3268a92 /Makefile.am | |
parent | 3ad9a5d5e71736632ad979557c6f687596d24992 (diff) | |
download | python-caja-00c332d032b7aff8d0ebc1ca1be1aeeb3829a619.tar.bz2 python-caja-00c332d032b7aff8d0ebc1ca1be1aeeb3829a619.tar.xz |
add git.mk to generate .gitignore
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2f0186d..d350c1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,3 +33,5 @@ ChangeLog: dist: ChangeLog .PHONY: ChangeLog + +-include $(top_srcdir)/git.mk |