root/.hgignore

Revision 563:b6dbfd561983, 486 bytes (checked in by David Anderson <dave@…>, 6 months ago)

Add commit.msg to .hgignore.

Line 
1# Generally annoying things.
2\.(o|a|pyc|bin|elf|map|orig|log)$
3~$
4\#[^\#]+\#$
5\.\#[^\#]+$
6
7# Python distutils creates this when building.
8^pynxt/build
9
10# Files generated during a NxOS build.
11^nxos/systems/[^/]+/.*\.lds
12^nxos/base/_font.h$
13^nxos/doc/[^/]+/
14
15# The TVM port has a whole SVN checkout not managed by hg.
16^nxos/systems/tvm/tvm
17
18# SCons cruft
19^nxos/.sconsign.dblite$
20^nxos/.sconf_temp
21^nxos/build_flags.py$
22
23# Precommit hooks drop a commit.msg file if they fail.
24^commit.msg$
Note: See TracBrowser for help on using the browser.