Update Autotools.gitignore (#3005)

* Update Autotools.gitignore

Add ignore-rule for Makefiles generated by configure
(directly by config.status)

* Add some descriptive comment.

Add more descriptive comment to explain why Makefile should be ignore.
This commit is contained in:
Steven Lee 2019-08-07 22:55:28 +10:00 committed by Brendan Forster
parent e00d43a5f5
commit e92f8db7a0
1 changed files with 6 additions and 0 deletions

View File

@ -41,3 +41,9 @@ m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
# Generated Makefile
# (meta build system like autotools,
# can automatically generate from config.status script
# (which is called by configure script))
Makefile