.hgignore
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Oct 08 23:29:45 2009 +0200 (2009-10-08)
branch1.5
changeset 1568 0d1e38ea15cf
child 2133 804a8f6d286a
permissions -rw-r--r--
samples: fix the avr32-unknown-none sample

Bizarely enough, binutils-2.18 fails to build when CONFIG_SHELL is set
to /bin/bash (although it has code to recognise bash and act accordingly).

Waht is really strange is that it does build when CONFIG_SHELL is set
to /bin/sh, *although* /bin/sh is a symlink to /bin/bash. WTF?!?!
(transplanted from 56bba7d4fc8924d276b71134b7f1ef57bed57f52)
     1 syntax: glob
     2 
     3 # Generated files
     4 Makefile
     5 ct-ng
     6 docs/ct-ng.1
     7 docs/ct-ng.1.gz
     8 paths.mk
     9 scripts/crosstool-NG.sh
    10 scripts/saveSample.sh
    11 scripts/showTuple.sh
    12 
    13 # Temporaries
    14 .*.swp
    15 log.*
    16 
    17 # Working files
    18 kconfig/conf
    19 kconfig/mconf
    20 kconfig/**.o
    21 kconfig/**.dep
    22 config.gen/
    23 .config
    24 .config.old
    25 targets/