Author: ritchiem
Date: Thu Nov 27 01:52:42 2008
New Revision: 721134

URL: http://svn.apache.org/viewvc?rev=721134&view=rev
Log:
Modified line 'config.*' to be 'config\.*' as this was matching directory 
/configuration/ which was not intended. Verified that it still ignores 
config.guess etc. in the cpp build.

Modified:
    incubator/qpid/trunk/.gitignore

Modified: incubator/qpid/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/.gitignore?rev=721134&r1=721133&r2=721134&view=diff
==============================================================================
--- incubator/qpid/trunk/.gitignore (original)
+++ incubator/qpid/trunk/.gitignore Thu Nov 27 01:52:42 2008
@@ -7,7 +7,7 @@
 *.lo
 .dirstamp
 Makefile*
-config.*
+config\.*
 configure
 .deps
 .libs


Reply via email to