Skip to content

Commit 3e15918

Browse files
Merge pull request #9404 from defnvary/ignore_more_artifacts
ignore more artifacts generated during build
2 parents 23060e3 + 075323b commit 3e15918

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build
44
dist
55
.tox
66
src/borg/compress.c
7+
src/borg/hashindex.c
78
src/borg/crypto/low_level.c
89
src/borg/item.c
910
src/borg/chunkers/buzhash.c
@@ -12,6 +13,7 @@ src/borg/chunkers/reader.c
1213
src/borg/checksums.c
1314
src/borg/platform/darwin.c
1415
src/borg/platform/freebsd.c
16+
src/borg/platform/netbsd.c
1517
src/borg/platform/linux.c
1618
src/borg/platform/syncfilerange.c
1719
src/borg/platform/posix.c
@@ -28,3 +30,4 @@ borg.exe
2830
.coverage
2931
.coverage.*
3032
.vagrant
33+

0 commit comments

Comments
 (0)