mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
ddf60619ba
The current .gitignore files cause changes to files which are actually part of the repository to be ignored. This commit modifies the rules so that this does not happen. The files that were affected are: config/global/paths.in contrib/gcc-test-suite/Makefile docs/ct-ng.1.in kconfig/Makefile (as revealed by 'git ls-files --ignored --exclude-standard') Signed-off-by: James Byrne <james.byrne@origamienergy.com>
25 lines
294 B
Plaintext
25 lines
294 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
|
|
.config.2
|
|
|
|
# Temporaries
|
|
.*.swp
|
|
build.log
|
|
.config.old
|
|
|
|
# This is the place where toolchains are built
|
|
.build/
|
|
# .. and the legacy location
|
|
targets/
|