mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
105e4b59b7
Instead, prepare the files as a part of bootstrap and install them. This avoids rebuilding these files in each working directory; they don't change anyway as they are generated from the same installed source. Signed-off-by: Alexey Neyman <stilor@att.net>
28 lines
358 B
Plaintext
28 lines
358 B
Plaintext
# Generated files
|
|
configure
|
|
autom4te.cache
|
|
config.log
|
|
config.status
|
|
/Makefile
|
|
*ct-ng*
|
|
!ct-ng.comp
|
|
!ct-ng.in
|
|
paths.*
|
|
!paths.in
|
|
config/gen/
|
|
.config
|
|
|
|
# Temporaries
|
|
.*.swp
|
|
build.log
|
|
.config.old
|
|
|
|
# This is the place where toolchains are built
|
|
.build/
|
|
# .. and the legacy location
|
|
targets/
|
|
# .. and log for 'build-all'
|
|
.build-all
|
|
# .. and release creation
|
|
release
|