By piccoloprincipe
via blog.sanctum.geek.nz
Published: May 24 2012 / 03:14
When you’re searching a set of version-controlled files for a string with grep, particularly if it’s a recursive search, it can get very annoying to be presented with swathes of results from the internals of the hidden version control directories like .svn or .git, or include metadata you’re unlikely to have wanted in files like .gitmodules.
Add your comment