1
0
mirror of https://github.com/git/git.git synced 2024-11-19 05:44:04 +01:00

autoconf: Add config.cache to .gitignore

Add generated file config.cache (default cache file, when running
./configure with -C, --config-cache option) to the list of ignored
files.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Jakub Narebski 2006-09-07 14:30:06 +02:00 committed by Junio C Hamano
parent baf1219acb
commit 2878836c50

1
.gitignore vendored

@ -141,6 +141,7 @@ git-core.spec
*.py[co]
config.mak
autom4te.cache
config.cache
config.log
config.status
config.mak.autogen