commit | d85960226db5faecf7c7d4b132eda9ea639e78d8 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Sep 30 22:56:22 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 02 18:03:37 2017 -0400 |
tree | 91c9a536fe5b2c7b9d988f4490e8fa511d1fc26f | |
parent | 4647397fe531cadce1dcc74d4affc559129ffcc9 [diff] [blame] |
scripts: dtc: Add .gitignore Ignore these generated files during the build of dtc. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
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