Update path to chunker.c in .coafile

This commit is contained in:
Alexander-N 2017-07-15 16:02:20 +02:00
parent 68b44e8072
commit bb26709cf5
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ use_spaces = True
[all.general]
files = src/borg/**/*.(py|pyx|c)
ignore = src/borg/(compress.c|hashindex.c|item.c),
src/borg/algorithms/(chunker.c|checksums.c|crc32.c),
ignore = src/borg/(chunker.c|compress.c|hashindex.c|item.c),
src/borg/algorithms/(checksums.c|crc32.c),
src/borg/algorithms/blake2/*,
src/borg/algorithms/xxh64/*,
src/borg/crypto/low_level.c,