Add config.log to gitignore globally
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 8 Sep 2010 07:22:57 +0000 (08:22 +0100)
committerDerrick Brashear <shadow@dementia.org>
Mon, 13 Sep 2010 22:19:08 +0000 (15:19 -0700)
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>

.gitignore

index 9ef0621..6fcf418 100644 (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