summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-06-26 17:02:47 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-06-26 17:02:47 +0000
commitdd328d3c3694c611dc296858119ae04cbf31ad9a (patch)
tree2de9c0b87ded639d2c413d7878fb742e7d8a0c56
parenta5b69f36dcf2b48f03f87b0440ae12a450b4f36c (diff)
downloadqpid-python-dd328d3c3694c611dc296858119ae04cbf31ad9a.tar.gz
Initial addition of .gitignore to cover java :
*.class *.pyc *.iml *.ipr *.iws target git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x@671949 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..f6a76d66cd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.class
+*.pyc
+*.iml
+*.ipr
+*.iws
+target