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:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
#include excludes
|
||||
|
||||
bfile
|
||||
dir1/cfile
|
||||
**/efile
|
||||
/ffile
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
baz
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
quux
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
dir2/dfile
|
||||
#include further-excludes
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
dir3
|
||||
Reference in New Issue
Block a user