author | Junio C Hamano <junkio@cox.net> | |
Tue, 8 Aug 2006 20:42:35 +0000 (13:42 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 9 Aug 2006 00:19:28 +0000 (17:19 -0700) | ||
commit | 1b1b678e3c4eebe0302455c248941e5627ce2b5b | |
tree | a1f54d7fafa896c3df1bfb454b24a2657084153e | tree | snapshot |
parent | 424adc50b73f269ac3f3bd0195f9e7fea935109f | commit | diff |
autoconf: clean temporary file mak.append
When configure is interrupted in the middle it leaves
config.mak.append behind. Add it to .gitignore and make sure
$(MAKE) clean removes it.
Also earlier .gitignore listed config.mak.in which is a tracked
file. Fix it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
When configure is interrupted in the middle it leaves
config.mak.append behind. Add it to .gitignore and make sure
$(MAKE) clean removes it.
Also earlier .gitignore listed config.mak.in which is a tracked
file. Fix it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore | diff | blob | history | |
Makefile | diff | blob | history |