Browse Source

Update path to chunker.c in .coafile

Alexander-N 8 năm trước cách đây
mục cha
commit
bb26709cf5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .coafile

+ 2 - 2
.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,