Skip to content

Commit

Permalink
[build] Polish .gitignore to avoid too broad regex
Browse files Browse the repository at this point in the history
The regular expression in the gitignore file was way too broad,
which prevents a SPI file to be committed.
  • Loading branch information
bsideup committed May 4, 2019
1 parent 3e31271 commit 92ae4e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ build
.settings
out
*.log
*.i*
*.iml
*.iws
*.ipr
.idea/
*.java.hsp
*.index
*.data
Expand Down

0 comments on commit 92ae4e5

Please sign in to comment.