Browse Source

.gitignore: add *.pyo

* python generates pyo files if PYTHONOPTIMIZE is set

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Andreas Oberritter 13 years ago
parent
commit
b88dccd7c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 *.pyc
+*.pyo
 *~
 pyshtables.py
 /doc/manual/html/