changeset 201:c9dd616c3992

Bug 3359: Ignore only auto generated Makefile Reviewed-by: yasuenag https://github.com/HeapStats/heapstats/pull/94
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Thu, 13 Apr 2017 12:32:05 +0900
parents 46a5d0a55634
children 5c34d6644d7e
files .ignore ChangeLog
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.ignore	Fri Mar 03 12:11:23 2017 +0900
+++ b/.ignore	Thu Apr 13 12:32:05 2017 +0900
@@ -6,6 +6,8 @@
 #
 # Using negative lookahead expression
 ^(?!eclipse).*\.(settings|project|classpath)
+# Auto generated Makefile for mercurial
+^Makefile$
 
 syntax: glob
 target/*
@@ -31,8 +33,13 @@
 *.so.*
 *.lai
 *.class
-Makefile
 /heapstats.properties
+# Auto generated Makefile
+/Makefile
+mbean/**/Makefile
+agent/Makefile
+agent/src/**/Makefile
+agent/attacher/**/Makefile
 
 # SCM
 .hg
--- a/ChangeLog	Fri Mar 03 12:11:23 2017 +0900
+++ b/ChangeLog	Thu Apr 13 12:32:05 2017 +0900
@@ -1,3 +1,7 @@
+2017-04-13 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+
+	* Bug 3359: Ignore only auto generated Makefile
+
 2017-03-03  KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 
 	* Bump to 2.0.4