lib/libpayload: Replace strapping_ids with new board configuration entry
[coreboot.git] / .gitignore
bloba60777212dac65ebc48759ebc3b013048f8ad4f1
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
29 # Development friendly files
30 tags
31 .clang_complete
33 # Cross-compile toolkits
34 xgcc/
35 tarballs/
37 # editor backup files, temporary files, IDE project files
39 *.kate-swp
40 *.kdev4
42 doxygen/*