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>2015-12-22 19:51:06 +0300
committerLadar Levison <ladar@lavabit.com>2015-12-22 19:51:06 +0300
commit3ded89e7dacd816a75a790b6bc722a14bf938f8a (patch)
treeffc15e7b9dbfef7daa4abae3fae017bc15f79895 /.gitignore
parent11ffe2c13a0397ad654687b3d224fa48035e0374 (diff)
Updated the bundled OpenSSL version to 1.0.2e (from the older 1.0.1 branch), fixed a quotation issue with the Makefile so the indexer parses the version/commit/timestamp value correctly, improved a few random comments, and added another variable to the cleanup call in one of the STACIE checks to avoid leaking memory in the event a test ever fails.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 19 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index d8e398dd..1accbd9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,26 @@
-.deps/
-.objs/
-magmad
-magmad.check
-res/logs/*
-res/spool/*
+
+# SQL Files Generated by Schema Installer
res/sql/Start.sql
res/sql/Hostname.sql
-tools/pwtool/pwtool
-sandbox/virus/
+
+# Sandbox Data Leftover from Testing
+sandbox/logs/*
+sandbox/spool/*
+sandbox/virus/*
sandbox/storage/*
+
+# Magma Build Directories
+.deps/
+.objs/
+
+# Bundled Dependency Directories
lib/logs/
lib/objects/
lib/sources/
-lib/magmad.so
+# Compiled Binaries
+magmad
+magmad.so
+magmad.check
+tools/pwtool/pwtool
+lib/check/magma.open.check