From acd3df9fd11ce8316ae3a8db724ee4e8b5ac23a2 Mon Sep 17 00:00:00 2001 From: Hans-Christian Noren Egtvedt Date: Fri, 12 Feb 2021 12:16:35 +0100 Subject: [PATCH] git: ignore toplevel created include/ directory The kconfig update has pulled in a change creating a top level include/ directory, ignore this from git perspective to avoid mis-committing. Signed-off-by: Hans-Christian Noren Egtvedt --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 30e7c364..399cc5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ config/gen/ config/versions/ .config .config.* +include/ verbatim-data.mk maintainer/package-versions