Both redo and minimal/do were doing slightly weird things with symlinked directories, especially when combined with "..". For example, if x is a link to ., then x/x/x/x/../y should resolve to "../y", which is quite non-obvious. Added some tests to make sure this stays fixed.
10 lines
111 B
Text
10 lines
111 B
Text
/.redo
|
|
/.do_built
|
|
/.do_built.dir
|
|
/minimal/.do_built
|
|
/minimal/.do_built.dir
|
|
/minimal/y
|
|
*~
|
|
*.tmp
|
|
*.did
|
|
/docs.out
|