summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-22 18:15:04 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-22 18:15:04 +0000
commite3303378742e2a0c9474135915aa8ec61f094d3d (patch)
tree1839cc029b2293449f769a558d7148a1c0bf02ca /.gitignore
parent28e309698dd7e08a258e6b050779e7234fc15f17 (diff)
Ignore __pycache__ directory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a62199ae..d2f33477 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,4 @@ src/version.cc
src/lut.cc
src/lut.h
*.pyc
-
+__pycache__