Hacker News new | ask | show | jobs
by JoshTriplett 648 days ago
That's what I do as well. Since you can .gitignore entire directories, that makes it easy. And one major advantage is having `git status` tell you if new things show up, so you can decide whether to track or ignore them (or change how/whether they're created in the first place).
1 comments

One better, put a '*' in your .gitignore and then !.vimrc the files you do want to track.