diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-30 14:40:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-30 14:40:05 +0100 |
commit | 7032d299c285fb86c632d9e5ba20fe16b451208c (patch) | |
tree | 336b1de708dd3bc3b41aa98bd433eef22a9e3066 /.gitignore | |
parent | d1ad30ae1aad11e4bde0d889d9fd19b1fe41c499 (diff) | |
download | rspamd-7032d299c285fb86c632d9e5ba20fe16b451208c.tar.gz rspamd-7032d299c285fb86c632d9e5ba20fe16b451208c.zip |
[Minor] Improve gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
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 |