octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #54216] Additional items for .hgignore


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54216] Additional items for .hgignore
Date: Sat, 30 Jun 2018 20:50:47 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #1, bug #54216 (project octave):

I don't know about others, but my opinion is that the project hgignore file
should include files patterns that are created directly by the project build
system. Any files that are created by a user's favorite editor or IDE should
be in the user's own personal hgignore file.

So I have no problem adding hgignore rules for HG-ID and *.Plo and *.Po, but
the cmake and idea files should not be included.

The HG-ID pattern should be '^HG-ID$' since the file only exists at the top
level.

In case you aren't aware, the recommended way to build Octave is to create an
empty build directory, and build with


$ ../configure  # (or /path/to/configure)
$ make
$ make check
$ make install


With this approach, most of the build products are not mixed with the source
directories and 'hg status' does not report as many untracked files.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54216>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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