Skip to content

Commit

Permalink
More folders to ignore with ffip
Browse files Browse the repository at this point in the history
- bower components
- tmp
  • Loading branch information
magnars committed Jun 19, 2014
1 parent 3e318a8 commit e56e71c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup-ffip.el
Expand Up @@ -51,6 +51,7 @@
(setq-default ffip-find-options (setq-default ffip-find-options
(ffip--create-exclude-find-options (ffip--create-exclude-find-options
'("/node_modules" '("/node_modules"
"/bower_components"
"/target" "/target"
"/out" "/out"
"/overlays" "/overlays"
Expand All @@ -59,6 +60,7 @@
"/vendor" "/vendor"
"/.cask" "/.cask"
"/generated" "/generated"
"/.repl"))) "/.repl"
"/.tmp")))


(provide 'setup-ffip) (provide 'setup-ffip)

0 comments on commit e56e71c

Please sign in to comment.