Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 5:21 PM, Thierry Lach wrote: > TheĀ  .*ignore files only have meaning with source control in effect. Since > the /cvs/, /.svn/, etc dirs are not included, I'd say exclude theĀ  .*ignore > files and any others related to source control. Your right, ignore 'em all... Than

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Thierry Lach
The .*ignore files only have meaning with source control in effect. Since the /cvs/, /.svn/, etc dirs are not included, I'd say exclude the .*ignore files and any others related to source control. On Sep 20, 2011 8:03 PM, "Ryan Boggs" wrote: > Hi, > > On Tue, Sep 20, 2011 at 2:18 PM, Dominik Gud

Re: [NAnt-users] [nant-dev] Default excludes for hg and git

2011-09-20 Thread Ryan Boggs
Hi, On Tue, Sep 20, 2011 at 2:18 PM, Dominik Guder wrote: > Hi foks, > > I need your input: > > As you might know nant fileset has a bunch of default excludes. > I want to name mainly cvs and svn administrative folders "**/CVS/**" and > "**/.svn/**" as well as cvs ignore file "**/.cvsignore". > >