From bb26709cf53d1a660c7bfb74b52a0ff554ce6200 Mon Sep 17 00:00:00 2001 From: Alexander-N Date: Sat, 15 Jul 2017 16:02:20 +0200 Subject: [PATCH] Update path to chunker.c in .coafile --- .coafile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coafile b/.coafile index 394949648..9005aa7ae 100644 --- a/.coafile +++ b/.coafile @@ -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,