mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 07:43:06 +00:00
python 3.5+ does not generate .pyo any more
This commit is contained in:
parent
75050f4ba0
commit
8cd451bd33
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,7 +17,6 @@ src/borg/platform/posix.c
|
|||
src/borg/_version.py
|
||||
*.egg-info
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.so
|
||||
.idea/
|
||||
.cache/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue