Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2017-02-07 20:12:52 +0300
committerLadar Levison <ladar@lavabit.com>2017-02-07 20:12:52 +0300
commit3414271a254fb70ae2a0a8ac1136355f3997c929 (patch)
treec8c3d2516fdc5402910fc4eba85ce208c366c06b /.gitignore
parent36c3064a59cdb4df2d2bc651189c40f0f59d25fe (diff)
Add profiling makefile targets.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 19 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index ae432cc9..fdc1cc32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,33 +4,38 @@ 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
+/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/
+/.deps/
+/.objs/
# Bundled Dependency Directories
-lib/logs/
-lib/local/
-lib/objects/
-lib/sources/
+/lib/logs/
+/lib/local/
+/lib/objects/
+/lib/sources/
# Compiled Binaries
/magmad
+/magmad.pg
/magmad.so
/magmad.check
+/magmad.check.pg
/dime
/signet
/genrec
/dime.check
-lib/check/magma.open.check
+/lib/check/magma.open.check
+
+# GProf Output
+/gmon.out
# Tool Compiler Artifacts and Binaries
dev/tools/pwtool/pwtool