From: Bin Meng Date: Sun, 1 Oct 2017 05:56:22 +0000 (-0700) Subject: scripts: dtc: Add .gitignore X-Git-Tag: v2017.11-rc1~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de163ecedb8a;p=u-boot scripts: dtc: Add .gitignore Ignore these generated files during the build of dtc. Signed-off-by: Bin Meng --- 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