Skip to content

Commit

Permalink
.gitignore: add more all*.config patterns
Browse files Browse the repository at this point in the history
For completeness, ignore all the allconfig variants.

I added a leading slash because they are only searched in the
top of the tree.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed May 8, 2019
1 parent 898490c commit 7fb1fc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,12 @@ signing_key.x509
x509.genkey

# Kconfig presets
all.config
/all.config
/alldef.config
/allmod.config
/allno.config
/allrandom.config
/allyes.config

# Kdevelop4
*.kdev4

0 comments on commit 7fb1fc4

Please sign in to comment.