aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f9f88aa5ea4ddefa67d90c4b64992eb10310d853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*.d
*.o
*.a
*.in
*.out
*.log
.#*
.deps
m4
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
parse.c
stamp-h1
ylwrap
tags
obj

#Other VCS files
CVS/
smtpd/CVS
smtpd/smtpctl/CVS
smtpd/smtpd/CVS
smtpd/mail/CVS
smtpd/mail/CVS
smtpd/mail/*/CVS
smtpd/smtpctl/CVS/*

#Editor temporary files
*~
.idea

# Coverity
cov-int/
cov-analysis-linux64/
cov-analysis-linux64.tgz
opensmtpd.tgz

# Clang scan-build
clang-report/


# TLS certs
open.smtpd.cert
open.smtpd.csr
open.smtpd.key