summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2014-11-24 17:58:34 -0600
committerNicolas Williams <nico@cryptonector.com>2014-12-24 02:31:51 -0600
commit56ae88d9d55582e8d0036601e3186d88861bf105 (patch)
treee701832a92c25e21c7ed970f14181a5c5528b347 /.gitignore
parent1cdcff1c01ff4681f8d73ec4ba9689a702c4c17a (diff)
Module search revamp for pkg managers
The search path listed in an import directive can now be an array. The top-level search path is appended. Null and empty strings in the path terminate any search. The "." in "." and "./*" is replaced with the directory containing the file doing the import (for command-line programs this is the current directory, though that may be a bad idea). No version numbers or anything of the sort are gratuitously added to the search paths. All this makes external package managers possible by allowing dependencies to be installed local to dependents.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 52ce0f2f..f5689661 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
tags
jq
+!tests/modules/lib/jq/
jq.1
# Something delightfully recursive happens otherwise