gitignore: complete paths for src/ excludes

This commit is contained in:
Marian Beermann 2017-05-02 19:20:19 +02:00
parent a976e11a63
commit d32eadeb38
1 changed files with 6 additions and 6 deletions

12
.gitignore vendored
View File

@ -4,23 +4,23 @@ build
dist
borg-env
.tox
hashindex.c
chunker.c
compress.c
low_level.c
item.c
src/borg/compress.c
src/borg/crypto/low_level.c
src/borg/hashindex.c
src/borg/item.c
src/borg/algorithms/chunker.c
src/borg/algorithms/crc32.c
src/borg/platform/darwin.c
src/borg/platform/freebsd.c
src/borg/platform/linux.c
src/borg/platform/posix.c
src/borg/_version.py
*.egg-info
*.pyc
*.pyo
*.so
.idea/
.cache/
src/borg/_version.py
borg.build/
borg.dist/
borg.exe