b148d78706
Currently, the dtc project builds with Make. As some consumers of this project use Bazel, and eventually all of AOSP will need to move to Bazel anyway, add a a Bazel build definition. Bug: 251879933 Change-Id: I62ea59ee306eda58b764df2a9e5f2f33778e4b5c Signed-off-by: John Moon <quic_johmoo@quicinc.com>
31 lines
234 B
Text
31 lines
234 B
Text
*.o
|
|
*.d
|
|
*.a
|
|
*.patch
|
|
*.so
|
|
*~
|
|
*.bak
|
|
*.tab.[ch]
|
|
lex.yy.c
|
|
*.lex.c
|
|
.*.swp
|
|
dtc-parser.h
|
|
/dtc
|
|
/fdtdump
|
|
/convert-dtsv0
|
|
/version_gen.h
|
|
/fdtget
|
|
/fdtput
|
|
/fdtoverlay
|
|
/patches
|
|
/.pc
|
|
|
|
# cscope files
|
|
cscope.*
|
|
ncscope.*
|
|
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
|
|
/bazel-*
|