1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/lib
Tuomas Tynkkynen 9275c3387e lib.cleanSourceFilter: Fix VIM swap file filtering
The backslash wasn't properly escaped, and "\." is apparently equal to
".". So it's accidentally filtering out these valid file names (in
Nixpkgs):

trace: excluding clfswm
trace: excluding larswm
trace: excluding mkpasswd

While at it, turn the file filter stricter to what it was before
e2589b3ca2. That is, the file name must
start with a dot: '.swp', '.foo.swo' are filtered but 'bar.swf' is not.
2017-09-12 14:58:46 +03:00
..
systems Fix "treewide: Consistently call ARM 'arm'" 2017-08-24 14:43:57 +03:00
tests
attrsets.nix
composable-derivation.nix
customisation.nix
debug.nix
default.nix
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
generators.nix
licenses.nix licenses: fix fullName capitalization 2017-09-05 00:22:00 +02:00
lists.nix
maintainers.nix python.pkgs.secretstorage: init at 2.3.1 2017-09-07 09:28:02 +02:00
meta.nix
minver.nix Nix minimal version: 1.10 -> 1.11 2017-08-22 13:28:55 +03:00
modules.nix
options.nix
sandbox.nix
sources.nix lib.cleanSourceFilter: Fix VIM swap file filtering 2017-09-12 14:58:46 +03:00
strings-with-deps.nix
strings.nix
trivial.nix Add lib.mod: integer modulus 2017-08-30 14:32:27 +02:00
types.nix