aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--OpenKeychain/.gitignore4
2 files changed, 5 insertions, 6 deletions
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