From: Paul Menzel Date: Thu, 2 Jul 2020 11:12:00 +0000 (+0200) Subject: .gitignore: Do not track `defconfig` from `make savedefconfig` X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ba77dca584f5abf30340672bc752fe7912731af5;p=linux.git .gitignore: Do not track `defconfig` from `make savedefconfig` Running `make savedefconfig` creates by default `defconfig`, which is, currently, on git’s radar, for example, `git status` lists this file as untracked. So, add the file to `.gitignore`, so it’s ignored by git. Signed-off-by: Paul Menzel Acked-by: Greg Kroah-Hartman Signed-off-by: Masahiro Yamada --- diff --git a/.gitignore b/.gitignore index 87b9dd8a163b8..d5f4804ed07cd 100644 --- a/.gitignore +++ b/.gitignore @@ -143,6 +143,9 @@ x509.genkey /allrandom.config /allyes.config +# Kconfig savedefconfig output +/defconfig + # Kdevelop4 *.kdev4