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 /examples/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 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 331dfc7..fe9b624 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -13,3 +13,5 @@ examples_DATA = \ update-file-info-async.py EXTRA_DIST = README $(examples_DATA) + +-include $(top_srcdir)/git.mk |