summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-09-30 22:56:22 -0700
committerTom Rini <trini@konsulko.com>2017-10-02 18:03:37 -0400
commitde163ecedb8a54dc72d5c6cadbfd1a85befce6ce (patch)
tree91c9a536fe5b2c7b9d988f4490e8fa511d1fc26f
parent4d1c166fee4a34e8a7d8d05b2a4102c7c668726d (diff)
scripts: dtc: Add .gitignore
Ignore these generated files during the build of dtc. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--scripts/dtc/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore
new file mode 100644
index 0000000000..d807c081a2
--- /dev/null
+++ b/scripts/dtc/.gitignore
@@ -0,0 +1,4 @@
+/dtc
+/dtc-lexer.lex.c
+/dtc-parser.tab.c
+/dtc-parser.tab.h