diff mbox series

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

Message ID 1506837382-18635-1-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit de163ecedb8a54dc72d5c6cadbfd1a85befce6ce
Delegated to: Tom Rini
Headers show
Series [U-Boot] scripts: dtc: Add .gitignore | expand

Commit Message

Bin Meng Oct. 1, 2017, 5:56 a.m. UTC
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

Comments

Tom Rini Oct. 3, 2017, 12:17 a.m. UTC | #1
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!
diff mbox series

Patch

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