diff options
author | Martin Ritchie <ritchiem@apache.org> | 2008-11-27 09:52:42 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2008-11-27 09:52:42 +0000 |
commit | c61a35b356ccecedea8ddc2aa8d31526de50f0f0 (patch) | |
tree | 284dcb1f028e56bc9436f0c53692ced0dea41ff1 /.gitignore | |
parent | 8db5f79415b9343d1fff5c05a1e86860958132b3 (diff) | |
download | qpid-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-- | .gitignore | 2 |
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 |