aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-07-02 13:12:00 +0200
committerMasahiro Yamada <masahiroy@kernel.org>2020-07-05 16:15:46 +0900
commitba77dca584f5abf30340672bc752fe7912731af5 (patch)
tree2b551720fdef64fa621235eb6602f743d6405988 /.gitignore
parentkbuild: make Clang build userprogs for target architecture (diff)
downloadlinux-dev-ba77dca584f5abf30340672bc752fe7912731af5.tar.xz
linux-dev-ba77dca584f5abf30340672bc752fe7912731af5.zip
.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 <pmenzel@molgen.mpg.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 87b9dd8a163b..d5f4804ed07c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -143,6 +143,9 @@ x509.genkey
/allrandom.config
/allyes.config
+# Kconfig savedefconfig output
+/defconfig
+
# Kdevelop4
*.kdev4