summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-11-17 08:35:55 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-11-17 08:35:55 +0100
commit7b80406d0ada846194e30480d8f0c7d9277b4ec9 (patch)
tree80cd1efd685128efc5216f72e55e5173f22e8818
parenta86d379a3ddcdbb9bc17e1c40a8e17c7a58783a5 (diff)
parent048949d3f82172ef62eb7957825b5331507afd6f (diff)
downloadsqlparse-7b80406d0ada846194e30480d8f0c7d9277b4ec9.tar.gz
Merge pull request #210 from tobiasquinn/master
added *.class to gitignore for use as submodule with jython in clojure project
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 24f7da0..6dde1c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ extras/py3k/tests
extras/py3k/sqlparse.diff
extras/py3k/tests.diff
coverage.xml
+*.class