mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
scripts: dtc: Add .gitignore
Ignore these generated files during the build of dtc. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
4d1c166fee
commit
de163ecedb
1 changed files with 4 additions and 0 deletions
4
scripts/dtc/.gitignore
vendored
Normal file
4
scripts/dtc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/dtc
|
||||
/dtc-lexer.lex.c
|
||||
/dtc-parser.tab.c
|
||||
/dtc-parser.tab.h
|
||||
Loading…
Add table
Reference in a new issue