Rework .stignore functionality (fixes #561) (...)
- Only one .stignore is supported, at the repo root - Negative patterns (!) are supported - Ignore patterns affect sent and received indexes, not only scanning
This commit is contained in:
1
scanner/testdata/.stignore
vendored
1
scanner/testdata/.stignore
vendored
@@ -1,5 +1,4 @@
|
||||
#include excludes
|
||||
#include nonexistent-file
|
||||
|
||||
bfile
|
||||
dir1/cfile
|
||||
|
||||
2
scanner/testdata/excludes
vendored
2
scanner/testdata/excludes
vendored
@@ -1,4 +1,2 @@
|
||||
dir2/dfile
|
||||
#include excludes
|
||||
#include further-excludes
|
||||
#include loop-excludes
|
||||
|
||||
1
scanner/testdata/loop-excludes
vendored
1
scanner/testdata/loop-excludes
vendored
@@ -1 +0,0 @@
|
||||
#include excludes
|
||||
Reference in New Issue
Block a user