summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-07-28 09:32:35 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2018-07-28 09:32:35 +0200
commitd27f92d7a4a196a9bf94f0489f1cce7cf6260c8c (patch)
treebab326da1169d7f78701df8bff349b327a81bf6c
parentb4121569a82eed1c174011be113bee184470f60d (diff)
downloadsqlparse-d27f92d7a4a196a9bf94f0489f1cce7cf6260c8c.tar.gz
Add pytest_cache to gitignore.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 54b55a4..e595385 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ extras/py3k/sqlparse.diff
extras/py3k/tests.diff
coverage.xml
*.class
+.pytest_cache \ No newline at end of file