commit 7032d29: [Minor] Improve gitignore

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Aug 30 13:42:05 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-08-30 14:40:05 +0100
URL: https://github.com/rspamd/rspamd/commit/7032d299c285fb86c632d9e5ba20fe16b451208c (HEAD -> master)

[Minor] Improve gitignore

---
 .gitignore | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.gitignore b/.gitignore
index b8c677bfc..cf6f4eb51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,26 @@
 # Code::TidyAll
 /.tidyall.d/
+.idea
+# Logs and databases #
+######################
+*.log
+*.sqlite3-*
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.pyc
+*.o
+*.so
+luacov.stats.out
+# OS generated files #
+######################
+*.orig
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+ehthumbs.db
+Thumbs.db


More information about the Commits mailing list