forked from lavabit/magma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (58 loc) · 1.17 KB
/
.gitignore
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# SQL Files Generated by Schema Installer
res/sql/Start.sql
res/sql/Hostname.sql
# Sandbox Data Leftover from Testing
/sandbox/logs/*
/sandbox/spool/*
/sandbox/virus/*
/sandbox/storage/*
/sandbox/etc/dkim.localhost.localdomain.pem
/sandbox/etc/dkim.localhost.localdomain.pub
/sandbox/etc/localhost.localdomain.pem
# Magma Build Directories
/.deps/
/.objs/
# Bundled Dependency Directories
/lib/logs/
/lib/local/
/lib/objects/
/lib/sources/
# Bundled Dependency Test Tool
/lib/check/magma.open.check
# Compiled Binaries
/magmad
/magmad.a
/magmad.so
/magmad.check
# Stripped Binaries
/magmad.stripped
/magmad.so.stripped
/magmad.check.stripped
# Crypto Tools
/dime
/signet
/genrec
/dime.check
# Tool Compiler Artifacts and Binaries
/dev/tools/pwtool/pwtool
/dev/tools/runner/runner
/dev/tools/testde/testde
/dev/tools/lockdown/lockdown
/dev/tools/shabench/shabench
# Doxygen Build Artifacts
/dev/docs/html/
/dev/docs/latex/
# Profiler Artifacts and Binaries
/gmon.out
/callgrind.out
/massif.out.*
/cachegrind.out.*
/magmad.pprof.out
/magmad.gprof.out.*
/magmad.check.pprof.out
/magmad.check.gprof.out.*
/magmad.gprof
/magmad.gprof.so
/magmad.check.gprof
/magmad.pprof
/magmad.check.pprof