File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2
2
# note: put developer specific settings into ~/.coarc (e.g. editor = ...)
3
3
max_line_length = 255
4
4
use_spaces = True
5
- ignore = src/borg/(chunker.c|compress.c|hashindex.c|item.c),
6
- src/borg/algorithms/(checksums.c|crc32*.c),
7
- src/borg/algorithms/blake2/**,
8
- src/borg/algorithms/lz4/**,
9
- src/borg/algorithms/xxh64/**,
10
- src/borg/algorithms/zstd/**,
5
+ ignore = src/borg/(checksums.c|chunker.c|compress.c|hashindex.c|item.c),
11
6
src/borg/crypto/low_level.c,
12
7
src/borg/platform/*.c
13
8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ src/borg/crypto/low_level.c
10
10
src /borg /hashindex.c
11
11
src /borg /item.c
12
12
src /borg /chunker.c
13
- src /borg /algorithms / checksums.c
13
+ src /borg /checksums.c
14
14
src /borg /platform /darwin.c
15
15
src /borg /platform /freebsd.c
16
16
src /borg /platform /linux.c
You can’t perform that action at this time.
0 commit comments