.hgignore
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 15 01:04:26 2012 +0100 (2012-01-15)
changeset 2836 1c4f3be68a6d
parent 2834 0a0410dd0cb0
child 2838 822af73497bf
permissions -rw-r--r--
kconfig: add missing files

The real sources for a few files are the lex/yacc/gperf
files, and the C files are only generated...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 syntax: glob
     2 
     3 # Generated files
     4 configure
     5 autom4te.cache
     6 config.log
     7 config.status
     8 Makefile
     9 *ct-ng*
    10 docs/*ct-ng*.1
    11 docs/*ct-ng*.1.gz
    12 paths.mk
    13 scripts/crosstool-NG.sh
    14 scripts/saveSample.sh
    15 scripts/showTuple.sh
    16 kconfig/conf
    17 kconfig/?conf
    18 kconfig/**.o
    19 kconfig/**.dep
    20 kconfig/lex.backup
    21 kconfig/lex.zconf.c
    22 kconfig/zconf.hash.c
    23 kconfig/zconf.tab.c
    24 config/configure.in
    25 config.gen/
    26 .config
    27 .config.2
    28 
    29 # Temporaries
    30 .*.swp
    31 build.log
    32 .config.old
    33 
    34 # This is the place where toolchains are built
    35 .build/
    36 # .. and the legacy location
    37 targets/