aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
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