diff options
author | tamplan <[email protected]> | 2020-06-25 15:48:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-25 17:52:28 +0200 |
commit | 7c04ddae6263b91004b0b653c4459be2180d1945 (patch) | |
tree | 406653a7b1c2c4a3fcf94354350d87df43a2599c /src | |
parent | 3fb36a3dce47e86d3cf8f855ba56765aa4372ac6 (diff) | |
download | mate-power-manager-7c04ddae6263b91004b0b653c4459be2180d1945.tar.bz2 mate-power-manager-7c04ddae6263b91004b0b653c4459be2180d1945.tar.xz |
Add git.mk to generate .gitignore
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ef097af..1a966e8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -334,3 +334,4 @@ MAINTAINERCLEANFILES = \ Makefile.in \ $(NULL) +-include $(top_srcdir)/git.mk |