Skip to content

Commit

Permalink
autoconf: Add config.cache to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Sep 7, 2006
1 parent baf1219 commit 2878836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ git-core.spec
*.py[co]
config.mak
autom4te.cache
config.cache
config.log
config.status
config.mak.autogen
Expand Down

0 comments on commit 2878836

Please sign in to comment.