diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-10-05 23:25:32 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-10-05 23:25:32 +0200 |
commit | a388c5b9339e7b500e0c028003f8d6acc508907c (patch) | |
tree | 1b6b7ed311956e1172b80a4078f5f53c44afe745 /.hgignore | |
parent | 9ded1b02bbf80961be28110e09e9b41073a5a4b7 (diff) | |
download | crosstool-ng-a388c5b9339e7b500e0c028003f8d6acc508907c.tar.gz crosstool-ng-a388c5b9339e7b500e0c028003f8d6acc508907c.tar.bz2 crosstool-ng-a388c5b9339e7b500e0c028003f8d6acc508907c.zip |
misc: update ignored files
The place where toolchains were built has moved
from targets/ to .build/
We still ignore the old target/ dir, as users may have
samples that still use that location.
Also, reorder the ignore paterns.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -9,17 +9,19 @@ paths.mk scripts/crosstool-NG.sh scripts/saveSample.sh scripts/showTuple.sh - -# Temporaries -.*.swp -log.* - -# Working files kconfig/conf kconfig/mconf kconfig/**.o kconfig/**.dep config.gen/ .config + +# Temporaries +.*.swp +log.* .config.old + +# This is the place where toolchains are built +.build/ +# .. and the legacy location targets/ |