.hgignore
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 11 20:07:18 2010 +0200 (2010-08-11)
branch1.8
changeset 2092 18da1aa1beab
child 2133 804a8f6d286a
permissions -rw-r--r--
scripts: in case of failed download, remove partial files

It happens from time to time that the server mis-behaves, and breaks the
connection right in the middle of nowhere, for no good reason, leaving us
with a partial file, on which the extract pass would choke.

Remove partial downloads, to fail early.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from eefacabd9e72f3d578e5dc5908026ed780f9a240)
yann@1412
     1
syntax: glob
yann@1412
     2
yann@1412
     3
# Generated files
yann@1412
     4
Makefile
yann@1412
     5
ct-ng
yann@1412
     6
docs/ct-ng.1
yann@1412
     7
docs/ct-ng.1.gz
yann@1412
     8
paths.mk
yann@1412
     9
scripts/crosstool-NG.sh
yann@1412
    10
scripts/saveSample.sh
yann@1412
    11
scripts/showTuple.sh
yann@1412
    12
yann@1412
    13
# Temporaries
yann@1412
    14
.*.swp
yann@1412
    15
log.*
yann@1412
    16
yann@1412
    17
# Working files
yann@1412
    18
kconfig/conf
yann@1412
    19
kconfig/mconf
yann@1412
    20
kconfig/**.o
yann@1412
    21
kconfig/**.dep
yann@1412
    22
config.gen/
yann@1412
    23
.config
yann@1412
    24
.config.old
yann@1412
    25
targets/