From 5f05ac96bf2c9179ade45b65f1b6e18633103abf Mon Sep 17 00:00:00 2001 From: leeboby Date: Mon, 12 Oct 2020 18:31:01 +0800 Subject: [PATCH] Update .gitignore --- scripts/dtc/.gitignore | 4 ++++ scripts/kconfig/.gitignore | 3 +++ 2 files changed, 7 insertions(+) diff --git a/scripts/dtc/.gitignore b/scripts/dtc/.gitignore index 689b9be0f9..8c3f03b092 100644 --- a/scripts/dtc/.gitignore +++ b/scripts/dtc/.gitignore @@ -1 +1,5 @@ /dtc + +*.tab.h +*.lex.c +*.tab.c diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index 2da579edcb..6a5e3a0d8e 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -15,3 +15,6 @@ nconf qconf gconf kxgettext + +*.lex.c +*.tab.c