abingham/prosjekt

Skip common "untracked" directories in populate runs

Closed this issue · 3 comments

Think about ways to skip directories like .git, .hg, etc. when populating projects.

I added the variable prosjekt-ignore-dirs which is a list of directories to ignore during population runs. By default it contains .hg, .git, .svn., .cvs, and .bzr.

@kingcheez This change adds official support for the .svn-skip patch you tested out the other day.

Works great. Much faster. Thanks!