From 771e5ee0bcb03d18acdb2b4a67c75b0b547b1b47 Mon Sep 17 00:00:00 2001
From: Justin Cleveland <clevelandj@wustl.edu>
Date: Tue, 16 Feb 2016 15:13:09 -0600
Subject: [PATCH] Latest build process adds an out folder at the root that
 needs to be ignored

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1e58fa68..7301372d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ build
 *.log
 src/generated
 gradle.properties
+out/
\ No newline at end of file
-- 
GitLab