octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Starting with BIST testing.


From: Mike Miller
Subject: Re: Starting with BIST testing.
Date: Thu, 20 Oct 2016 09:31:27 -0700
User-agent: NeoMutt/20160916 (1.7.0)

On Thu, Oct 20, 2016 at 01:17:19 -0700, NVS Abhilash wrote:
> I also wanna add, when I commit, it is also commits all my .build folder
> stuff. Is it necessary?
> Should I add .build folder to .hgignore file. Or it is what is suppose to
> happen?

Yes, if you want to `hg commit -A` (which I also do), maybe add the
following contents to ~/.hgrc and ~/.hgignore (similar to what I have in
mine):

  ~/.hgrc:
  [ui]
  ignore = ~/.hgignore

  ~/.hgignore:
  syntax: glob
  .build

-- 
mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]