Show More
@@ -43,8 +43,10 b' let' | |||||
43 | !elem (basename path) [ |
|
43 | !elem (basename path) [ | |
44 | ".git" ".hg" "__pycache__" ".eggs" |
|
44 | ".git" ".hg" "__pycache__" ".eggs" | |
45 | "bower_components" "node_modules" |
|
45 | "bower_components" "node_modules" | |
46 | "build" "data" "tmp"] && |
|
46 | "build" "data" "result" "tmp"] && | |
47 | !elem ext ["egg-info" "pyc"] && |
|
47 | !elem ext ["egg-info" "pyc"] && | |
|
48 | # TODO: johbo: This check is wrong, since "path" contains an absolute path, | |||
|
49 | # it would still be good to restore it since we want to ignore "result-*". | |||
48 | !startsWith "result" path; |
|
50 | !startsWith "result" path; | |
49 |
|
51 | |||
50 | sources = pkgs.config.rc.sources or {}; |
|
52 | sources = pkgs.config.rc.sources or {}; |
General Comments 0
You need to be logged in to leave comments.
Login now