On Mon, Aug 12, 2013 at 12:44:08AM +0400, Vadim Zhukov wrote:
> This patch adds the following functionality to portimport(1):
> 
>   * More checks to catch some common cases: UPDATE and TODO files,
>     *.core files, REVISIONs being set, SHARED_LIBS containing
>     non-0.0 items, Mercurial repo directories.
[...]
>  find . -name .git          -print|read i && err "You git!"
Can you change to ".git*"? It won't ignore files like ".gitignore" and
other git related.
> +find . -name .hg           -print|read i && err "You hog!"
Same here. ".hg*"

I'd add also ".fslckout". This is used by fossil.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info

Reply via email to