.gitignore: Ignore the `.pyo' files left by `python -O'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 12 Mar 2013 04:23:29 +0000 (04:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 12 Mar 2013 04:23:29 +0000 (04:23 +0000)
.gitignore

index 3d55bb2..71c599b 100644 (file)
@@ -7,4 +7,5 @@ chpwd.conf
 
 static/
 *.pyc
+*.pyo
 *.new