From c39d01596a8acbdfa5d1ccb98ba0624383a7190a Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Thu, 9 Apr 2020 15:22:23 +0100 Subject: [PATCH] .gitignore: ignore more scripts/config output dcf3e63a35 added a newer kconfig version which produces a bit more local code output, add that output to the ignore list Signed-off-by: Kevin Darbyshire-Bryant --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6549af83be..55072ca5bd 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,10 @@ /overlay /package/feeds /package/openwrt-packages +scripts/config/mconf_check +scripts/config/zconf.hash.c +scripts/config/zconf.lex.c +scripts/config/zconf.tab.c /*.patch key-build* *.orig -- 2.30.2