summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-11-27 09:52:42 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-11-27 09:52:42 +0000
commitc61a35b356ccecedea8ddc2aa8d31526de50f0f0 (patch)
tree284dcb1f028e56bc9436f0c53692ced0dea41ff1 /.gitignore
parent8db5f79415b9343d1fff5c05a1e86860958132b3 (diff)
downloadqpid-python-c61a35b356ccecedea8ddc2aa8d31526de50f0f0.tar.gz
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.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 51c313f0c6..b8fad0ba42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,7 @@
*.lo
.dirstamp
Makefile*
-config.*
+config\.*
configure
.deps
.libs