mirror of
https://github.com/NixOS/nix.git
synced 2025-12-24 01:41:08 +01:00
Revert "StorePath: reject names starting with '.'"
This reverts commit 24bda0c7b3.
This commit is contained in:
parent
b83a2fb6dd
commit
9ddd0f2af8
4 changed files with 3 additions and 10 deletions
|
|
@ -39,7 +39,6 @@ TEST_DONT_PARSE(double_star, "**")
|
|||
TEST_DONT_PARSE(star_first, "*,foo")
|
||||
TEST_DONT_PARSE(star_second, "foo,*")
|
||||
TEST_DONT_PARSE(bang, "foo!o")
|
||||
TEST_DONT_PARSE(dotfile, ".gitignore")
|
||||
|
||||
#undef TEST_DONT_PARSE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue