mirror of
https://github.com/git/git.git
synced 2026-04-11 17:30:08 +02: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:
committed by
Junio C Hamano
parent
baf1219acb
commit
2878836c50
1
.gitignore
vendored
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
|
||||
|
||||
Reference in New Issue
Block a user