[U-Boot] [PATCH] scripts: dtc: Add .gitignore

Bin Meng bmeng.cn at gmail.com
Sun Oct 1 05:56:22 UTC 2017


Ignore these generated files during the build of dtc.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 scripts/dtc/.gitignore | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 scripts/dtc/.gitignore

diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore
new file mode 100644
index 0000000..d807c08
--- /dev/null
+++ b/scripts/dtc/.gitignore
@@ -0,0 +1,4 @@
+/dtc
+/dtc-lexer.lex.c
+/dtc-parser.tab.c
+/dtc-parser.tab.h
-- 
2.9.2



More information about the U-Boot mailing list