On Thu, 17 Dec 2009 11:03:41 +0100
Rene Schickbauer <[email protected]> wrote:

> Hi!
> 
> What is the "standard" way of ignoring files or sub-directories in the 
> module build directory.
> 
> I just switched to mercurial, which uses a .hg directory for its Metafiles.

I have a standard MANIFEST.SKIP which contains:

.*\.~\d~
.*\.bak
.*\.swp
.*\.tar(\.gz)?
\.bzr
\.bzrignore
blib
.*\.deb
Makefile$
Makefile\.old
MANIFEST\.SKIP
Build$
_build
.*\.c
.*\.o

It should be quite easy to extend this with \.(?:svn|bzr|hg|git|arch) or
something...

-- 
Paul "LeoNerd" Evans

[email protected]
ICQ# 4135350       |  Registered Linux# 179460
http://www.leonerd.org.uk/

Attachment: signature.asc
Description: PGP signature

Reply via email to