Fix gitignore for lint

This commit is contained in:
Dominik Schürmann 2014-04-09 16:36:28 +02:00
parent 30652a470f
commit 9c41477a4d
2 changed files with 5 additions and 6 deletions

7
.gitignore vendored
View File

@ -30,9 +30,4 @@ pom.xml.*
*.iml
#OS Specific
[Tt]humbs.db
#Lint output
OpenPGP-Keychain/lint-report.html
OpenPGP-Keychain/lint-report_files/*
[Tt]humbs.db

View File

@ -27,3 +27,7 @@ pom.xml.*
#IntelliJ IDEA
.idea
*.iml
#Lint output
lint-report.html
lint-report_files/*