aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-02-21 10:06:05 +0100
committerGitHub <noreply@github.com>2019-02-21 10:06:05 +0100
commite0a9347f78f521221e34c33304198b2db450bba7 (patch)
treeb7403eadb6d4b39ddcae7b2b63db612c0bec5083 /.gitignore
parentMerge branch 'master' into portable (diff)
parentAdd an automated test to check if TLS certificates work (diff)
downloadOpenSMTPD-e0a9347f78f521221e34c33304198b2db450bba7.tar.xz
OpenSMTPD-e0a9347f78f521221e34c33304198b2db450bba7.zip
Merge pull request #911 from EmperorArthur/tests
Add an automated test to check if TLS certificates work
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7644dffc..be0da24a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@
*.in
*.out
*.log
-*~
.#*
.deps
m4
@@ -26,6 +25,8 @@ stamp-h1
ylwrap
tags
obj
+
+#Other VCS files
CVS/
smtpd/CVS
smtpd/smtpctl/CVS
@@ -34,3 +35,7 @@ smtpd/mail/CVS
smtpd/mail/CVS
smtpd/mail/*/CVS
smtpd/smtpctl/CVS/*
+
+#Editor temporary files
+*~
+.idea