forked from lavabit/magma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (45 loc) · 940 Bytes
/
.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
# 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/
# Compiled Binaries
/magmad
/stripped-magmad
/magmad.so
/stripped-magmad.so
/magmad.check
/dime
/signet
/genrec
/dime.check
/lib/check/magma.open.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
# Profiler Artifacts and Binaries
/gmon.out
/magmad.gprof
/magmad.gprof.so
/magmad.check.gprof
/magmad.pprof
/magmad.pprof.out
/magmad.check.pprof
/magmad.check.pprof.out