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

1 Oct
2017
1 Oct
'17
7:56 a.m.
Ignore these generated files during the build of dtc.
Signed-off-by: Bin Meng bmeng.cn@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

3 Oct
3 Oct
2:17 a.m.
On Sat, Sep 30, 2017 at 10:56:22PM -0700, Bin Meng wrote:
Ignore these generated files during the build of dtc.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
--
Tom
2775
Age (days ago)
2777
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bin Meng
-
Tom Rini