diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-09-30 22:56:22 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-02 18:03:37 -0400 |
commit | de163ecedb8a54dc72d5c6cadbfd1a85befce6ce (patch) | |
tree | 91c9a536fe5b2c7b9d988f4490e8fa511d1fc26f /scripts | |
parent | 4d1c166fee4a34e8a7d8d05b2a4102c7c668726d (diff) | |
download | u-boot-de163ecedb8a54dc72d5c6cadbfd1a85befce6ce.tar.gz |
scripts: dtc: Add .gitignore
Ignore these generated files during the build of dtc.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dtc/.gitignore | 4 |
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 |