diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ export AREA="Test" # # ignore cabdir and hidden files when globbing - export GLOBIGNORE="_:**_/**:.*:$GLOBIGNORE" + export GLOBIGNORE="**_/**:.*:$GLOBIGNORE" # # scripts for editing go here PATH_add $CODEROOT/Omni/Ide |