mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 08:17:40 -04:00
In commit "pylibfdt/Makefile.pylibfdt: fix Python library being rebuild during install" the build directory moved to the top level of the repo. Signed-off-by: Brandon Maier <brandon.maier@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30 lines
230 B
Text
30 lines
230 B
Text
*.o
|
|
*.d
|
|
*.a
|
|
*.patch
|
|
*.so
|
|
*.so.*
|
|
*~
|
|
*.bak
|
|
*.tab.[ch]
|
|
lex.yy.c
|
|
*.lex.c
|
|
.*.swp
|
|
/dtc
|
|
/fdtdump
|
|
/convert-dtsv0
|
|
/version_gen.h
|
|
/fdtget
|
|
/fdtput
|
|
/fdtoverlay
|
|
/patches
|
|
/.pc
|
|
|
|
# cscope files
|
|
cscope.*
|
|
ncscope.*
|
|
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|