]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - .gitignore
.gitignore: Do not track `defconfig` from `make savedefconfig`
authorPaul Menzel <pmenzel@molgen.mpg.de>
Thu, 2 Jul 2020 11:12:00 +0000 (13:12 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 5 Jul 2020 07:15:46 +0000 (16:15 +0900)
commitba77dca584f5abf30340672bc752fe7912731af5
tree2b551720fdef64fa621235eb6602f743d6405988
parent7f58b487e9ff3ff0f5f29a57172295a41f08a6b5
.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>
.gitignore