summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-03-01 12:05:22 +0100
committerPeter Simons <simons@cryp.to>2011-03-01 12:05:22 +0100
commit6a52e4098e46e08f34e0546b4c26167f5aa50db7 (patch)
tree76fdd1fc2cfd02e9d62973f3f1a6130545c88404 /.gitignore
parent91b497e016a5b9e0342c351ed877b8ed766bc962 (diff)
downloadautoconf-archive-6a52e4098e46e08f34e0546b4c26167f5aa50db7.tar.gz
.gitignore: ignore the __pycache__ directory that's created by python 3.x
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ad4132b..021d7fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
/stage/*
# byte-compiled version of the python module
+/__pycache__/*
/macro.pyc
# the html tree is maintained in a separate, CVS-based repository