Add .hgignore file. 1.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jun 17 15:27:55 2009 +0200 (2009-06-17)
branch1.4
changeset 14520c021c8900cc
parent 1451 25d050084e98
child 1453 bfdcc6076d3b
Add .hgignore file.

List all generated or temp files in .hgignore, so they
don't clutter the screen when running hg status.
(transplanted from befdb88324e18e1e80260906d0459a56ea0eb37a)
.hgignore
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Wed Jun 17 15:27:55 2009 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +syntax: glob
     1.5 +
     1.6 +# Generated files
     1.7 +Makefile
     1.8 +ct-ng
     1.9 +docs/ct-ng.1
    1.10 +docs/ct-ng.1.gz
    1.11 +paths.mk
    1.12 +scripts/crosstool-NG.sh
    1.13 +scripts/saveSample.sh
    1.14 +scripts/showTuple.sh
    1.15 +
    1.16 +# Temporaries
    1.17 +.*.swp
    1.18 +log.*
    1.19 +
    1.20 +# Working files
    1.21 +kconfig/conf
    1.22 +kconfig/mconf
    1.23 +kconfig/**.o
    1.24 +kconfig/**.dep
    1.25 +config.gen/
    1.26 +.config
    1.27 +.config.old
    1.28 +targets/