summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-12-02 23:25:11 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-12-02 23:25:11 +0000
commit9c212885e3c11b368d12bd5f2e5207b23504d11a (patch)
tree64d005af6d465a66b21d66ce2e869294ce3077fc /.gitignore
parentbc26c501c2429191d622668148074d00816536f1 (diff)
downloadqpid-python-9c212885e3c11b368d12bd5f2e5207b23504d11a.tar.gz
Update gitignore for mac os x development (.DS_Store) and added release and target directories correctly to ignore list
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b8fad0ba42..2cf167f374 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,12 +51,12 @@ qpid/cpp/managementgen/management-types.xml
*.class
velocity.log
qpid/java/build
-qpid/java/release
+release
.classpath
.project
.settings
generated/
-target/
+target
# Intellij Project files
*.iml
*.ipr
@@ -73,3 +73,5 @@ target/
*.exe
*.lib
*.dll
+# MacOS File
+.DS_Store