Documentation/security/vboot: Update 4.15 vboot supported boards
[coreboot.git] / .gitignore
blob11a617328327dba48d5a68fcfec9335b527fcaa2
1 junit.xml
2 abuild*.xml
3 .config
4 .config.old
5 defconfig
6 .coreboot-version
7 .xcompile
8 .ccwrap
9 build/
10 coreboot-builds/
11 coreboot-builds*/
13 site-local
15 *.\#
16 *.a
17 *.bin
18 *.debug
19 !Kconfig.debug
20 *.elf
21 *.fd
22 *.o
23 *.o.d
24 *.out
25 *.pyc
26 *.sw[po]
27 /*.rom
28 .test
29 .dependencies
31 # Development friendly files
32 tags
33 .clang_complete
35 # Cross-compile toolkits
36 xgcc/
37 tarballs/
39 # editor backup files, temporary files, IDE project files
41 *.kate-swp
42 *.kdev4
44 doxygen/*