python 3.5+ does not generate .pyo any more

This commit is contained in:
Thomas Waldmann 2017-07-29 20:27:33 +02:00
parent 75050f4ba0
commit 8cd451bd33
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,7 +17,6 @@ src/borg/platform/posix.c
src/borg/_version.py
*.egg-info
*.pyc
*.pyo
*.so
.idea/
.cache/

View File

@ -5,4 +5,4 @@ prune .github
graft src
graft docs
prune docs/_build
global-exclude *.py[co] *.orig *.so *.dll
global-exclude *.pyc *.orig *.so *.dll