mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
a388c5b933
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>
28 lines
361 B
Plaintext
28 lines
361 B
Plaintext
syntax: glob
|
|
|
|
# Generated files
|
|
Makefile
|
|
ct-ng
|
|
docs/ct-ng.1
|
|
docs/ct-ng.1.gz
|
|
paths.mk
|
|
scripts/crosstool-NG.sh
|
|
scripts/saveSample.sh
|
|
scripts/showTuple.sh
|
|
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/
|