Add a failing test for a subdir ignoring itself
The .gitignore in foo causes foo itself to be ignored
This commit is contained in:
parent
57403a06d8
commit
484cd263a2
2 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ let
|
|||
touches 5-directory {1,2,3,4,5,^,$,^$,$^,[,[[,],]],]]],ab,bb,\\,\\\\}
|
||||
|
||||
touches 9-expected {unfiltered,filtered-via-aux-{filter,ignore,filepath}}
|
||||
|
||||
touches 10-subdir-ignoring-itself/foo {foo,bar}
|
||||
echo foo >10-subdir-ignoring-itself/foo/.gitignore
|
||||
); }
|
||||
|
||||
create-tree "$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue