mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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>
(cherry picked from commit 4a353545c3
)
Reviewed-on: http://gerrit.openafs.org/2792
This commit is contained in:
parent
3eb6260147
commit
02f39f7b16
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user