Skip to content

Commit

Permalink
.gitignore: Do not track defconfig from make savedefconfig
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
paulmenzel authored and masahir0y committed Jul 5, 2020
1 parent 7f58b48 commit ba77dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ x509.genkey
/allrandom.config
/allyes.config

# Kconfig savedefconfig output
/defconfig

# Kdevelop4
*.kdev4

Expand Down

0 comments on commit ba77dca

Please sign in to comment.