Searched hist:ba77dca5 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/
H A D.gitignorediff ba77dca5 Thu Jul 02 05:12:00 MDT 2020 Paul Menzel <pmenzel@molgen.mpg.de> .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>

Completed in 160 milliseconds