rauchg / spot

Tiny file search utility (bash)
930 stars 45 forks source link

Ignore *~ and other files? #2

Closed causal-agent closed 6 years ago

causal-agent commented 12 years ago

Would be nice if it didn't search in *~ files and .*.swp files (and any other temporary/backup files). I'll send a pull request if I have time.

rauchg commented 12 years ago

Definitely. Although I personally advocate:

set noswapfile
set undofile
set undodir=~/.vim/undo

But I'm sure there's more to sensible ignore defaults than just the .git/.svn we have right now.