blob: 02711875f5a578a0d5e50137208cf78732df08cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# 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/
|