mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-21 15:23:11 +00:00
fixup: fix some algorithms/* ignores
This commit is contained in:
parent
cb0e4fc2b2
commit
1f90d4a77a
2 changed files with 2 additions and 7 deletions
7
.coafile
7
.coafile
|
@ -2,12 +2,7 @@
|
|||
# note: put developer specific settings into ~/.coarc (e.g. editor = ...)
|
||||
max_line_length = 255
|
||||
use_spaces = True
|
||||
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/lz4/**,
|
||||
src/borg/algorithms/xxh64/**,
|
||||
src/borg/algorithms/zstd/**,
|
||||
ignore = src/borg/(checksums.c|chunker.c|compress.c|hashindex.c|item.c),
|
||||
src/borg/crypto/low_level.c,
|
||||
src/borg/platform/*.c
|
||||
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,7 +10,7 @@ src/borg/crypto/low_level.c
|
|||
src/borg/hashindex.c
|
||||
src/borg/item.c
|
||||
src/borg/chunker.c
|
||||
src/borg/algorithms/checksums.c
|
||||
src/borg/checksums.c
|
||||
src/borg/platform/darwin.c
|
||||
src/borg/platform/freebsd.c
|
||||
src/borg/platform/linux.c
|
||||
|
|
Loading…
Reference in a new issue