You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2008/11/27 10:52:42 UTC

svn commit: r721134 - /incubator/qpid/trunk/.gitignore

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