mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 12:36:23 +00:00
3defb7b165
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
55 lines
638 B
Plaintext
55 lines
638 B
Plaintext
# Backup files
|
|
*.bak
|
|
*~
|
|
*.swp
|
|
|
|
# Generated files
|
|
configure
|
|
autom4te.cache
|
|
aclocal.m4
|
|
config.h*
|
|
config.log
|
|
config.status
|
|
Makefile
|
|
Makefile.in
|
|
ct-ng
|
|
!ct-ng.comp
|
|
!ct-ng.in
|
|
paths.sh
|
|
config/configure.in
|
|
config/gen/
|
|
config/versions/
|
|
.config
|
|
.config.*
|
|
include/
|
|
verbatim-data.mk
|
|
maintainer/package-versions
|
|
|
|
# Compressed files
|
|
*.tar*
|
|
*.zip
|
|
*.xz
|
|
*.7zip
|
|
|
|
# Temporaries
|
|
.*.swp
|
|
build.log
|
|
.config.old
|
|
temp.*
|
|
stamp-h1
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Testing
|
|
testing/docker/*/build
|
|
testing/docker/*/install
|
|
testing/docker/*/xtools
|
|
|
|
# This is the place where toolchains are built
|
|
.build/
|
|
# .. and log for 'build-all'
|
|
.build-all/
|
|
# .. and release creation
|
|
release/
|