diff options
author | Wu Xiaotian <[email protected]> | 2019-01-06 14:19:38 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-09 10:25:55 +0100 |
commit | 683d5cf5aefc4427a5823de714f9e91c8621d79d (patch) | |
tree | dff124af55e8428d4e7ef279ed0a98c6cd1db7f1 /Makefile.am | |
parent | c3cad38e92b021cdb47fbaba6db75aca09d2936a (diff) | |
download | marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.bz2 marco-683d5cf5aefc4427a5823de714f9e91c8621d79d.tar.xz |
add git.mk to autogenerate .gitignore files
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 a7a31d79..dca39343 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,3 +17,5 @@ ChangeLog: dist: ChangeLog .PHONY: ChangeLog + +-include $(top_srcdir)/git.mk |