Browse Source

gitignore: complete paths for src/ excludes

Marian Beermann 8 years ago
parent
commit
d32eadeb38
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .gitignore

+ 6 - 6
.gitignore

@@ -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