.hgignore
author Bryan Hundven <bryanhundven@gmail.com>
Mon Jan 03 01:15:30 2011 +0100 (2011-01-03)
changeset 2238 c9eab2fa7a3c
parent 1412 befdb88324e1
child 2339 730e2d63296b
permissions -rw-r--r--
libc/uClibc: normalize uclibc hidden version names

Hidden version names for uClibc conflicted:

LIBC_UCLIBC_V_0_9_30_2
LIBC_V_0_9_30_1

name them constantly as:
LIBC_UCLIBC_V_<version>

Also update the build script where we use snapshots by version or snapshots by date.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
     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 kconfig/conf
    13 kconfig/mconf
    14 kconfig/**.o
    15 kconfig/**.dep
    16 config.gen/
    17 .config
    18 
    19 # Temporaries
    20 .*.swp
    21 log.*
    22 .config.old
    23 
    24 # This is the place where toolchains are built
    25 .build/
    26 # .. and the legacy location
    27 targets/