Add config.log to gitignore globally

When you end up explicitly regenerating chosen Makefiles by
running ../../config.status Makefile, the working tree ends up littered
with config.log files.

Currently, we only ignore config.log in the top directory - extend this
so that it's ignored across the tree.

Change-Id: If3cfec82fbf78e97ee769b36315ba23dcfe8a950
Reviewed-on: http://gerrit.openafs.org/2743
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2010-09-08 08:22:57 +01:00 committed by Derrick Brashear
parent 0aa435c5f9
commit 4a353545c3

2
.gitignore vendored
View File

@ -33,6 +33,7 @@ AFS_component_version_number.c
AFS_component_version_number.h
vc*.pdb
rs_state.ini
config.log
!.gitignore
!.cvsignore
@ -40,7 +41,6 @@ rs_state.ini
# Top level files
/aclocal.m4
/config.log
/config.cache
/config.status
/configure