# HG changeset patch # User "Yann E. MORIN" # Date 1286313932 -7200 # Node ID 804a8f6d286ada2c0848d13fa3475af1d59eaed3 # Parent 47eeda1e587218445b8abcc2cecbfd91cc35b0f5 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" diff -r 47eeda1e5872 -r 804a8f6d286a .hgignore --- a/.hgignore Wed Sep 29 08:31:17 2010 -0600 +++ b/.hgignore Tue Oct 05 23:25:32 2010 +0200 @@ -9,17 +9,19 @@ 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/