mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:33:01 -06: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:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user