summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 126cae665d8d0089d43876b3807dd98cea0e7531 (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
junit.xml
abuild*.xml
.config
.config.old
defconfig
.coreboot-version
.xcompile
.ccwrap
build/
coreboot-builds/
coreboot-builds*/

site-local

*.\#
*.a
*.bin
*.debug
!Kconfig.debug
*.elf
*.fd
*.o
*.o.d
*.out
*.pyc
*.sw[po]
/*.rom
.test
.dependencies

# Development friendly files
tags
.clang_complete
.cache
compile_commands.json
.vscode/

# Cross-compile toolkits
xgcc/
tarballs/

# editor backup files, temporary files, IDE project files
*~
*.kate-swp
*.kdev4