Use "absolute" paths for agignore

This seems to resolve an issue where CtrlP would randomly return "NO
ENTRIES".

See https://forum.upcase.com/t/ctrlp-sometimes-displays-no-entries/5658

This also sorts the paths alphabetically, because OCD. 🎉
This commit is contained in:
Robert Speicher 2016-07-05 15:37:13 -04:00 committed by Geoff Harcourt
parent 85b11b6583
commit c0717e7bd7

View file

@ -1,7 +1,7 @@
log
tags
tmp
vendor
.git/
bower_components/
node_modules/
tags
/bower_components/
/log
/node_modules/
/tmp
/vendor