diff --git a/.gitignore b/.gitignore index 74d516d1e..11b413fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,9 +30,4 @@ pom.xml.* *.iml #OS Specific -[Tt]humbs.db - - -#Lint output -OpenPGP-Keychain/lint-report.html -OpenPGP-Keychain/lint-report_files/* \ No newline at end of file +[Tt]humbs.db \ No newline at end of file diff --git a/OpenKeychain/.gitignore b/OpenKeychain/.gitignore index aa8bb5760..a44cc0f0f 100644 --- a/OpenKeychain/.gitignore +++ b/OpenKeychain/.gitignore @@ -27,3 +27,7 @@ pom.xml.* #IntelliJ IDEA .idea *.iml + +#Lint output +lint-report.html +lint-report_files/* \ No newline at end of file