From 4a353545c3f0e91cc85d7feb379997a1eda9f6e3 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 8 Sep 2010 08:22:57 +0100 Subject: [PATCH] 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 Tested-by: Derrick Brashear --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ef0621bbf..6fcf4189ca 100644 --- a/.gitignore +++ b/.gitignore @@ -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