From 41d56ec1749f0b384e10371dec3292962fa63660 Mon Sep 17 00:00:00 2001 From: Rich Alesi Date: Sun, 21 Dec 2014 15:41:38 -0700 Subject: [PATCH] Correct Projectile root file with syntax to exclude paths --- .projectile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.projectile b/.projectile index 844c1b6ac..1974e7927 100644 --- a/.projectile +++ b/.projectile @@ -1,11 +1,10 @@ -/semanticdb -/url -/edts -/auto-save-list -/elpa -/.cache -ac-comphist.dat -.emacs.desktop -.emacs.desktop.lock -.smex-items -*.elc \ No newline at end of file +-/semanticdb +-/url +-/edts +-/elpa +-/.cache +-ac-comphist.dat +-.emacs.desktop +-.emacs.desktop.lock +-.smex-items +-*.elc \ No newline at end of file