From 7ca5abf9904dcffc30e40a93769fd573aded9c13 Mon Sep 17 00:00:00 2001
From: Edmond Yoo <hj3yoo@uwaterloo.ca>
Date: Sun, 14 Oct 2018 02:41:05 +0000
Subject: [PATCH] Wrapping up - adding files to make main program reproducible

---
 .gitignore |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 42625eb..65f0ade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,14 +2,13 @@
 *.dSYM
 *.csv
 *.out
-*.png
 *.so
 mnist/
-data/
 caffe/
 grasp/
 images/
 opencv/
+out/
 convnet/
 decaf/
 submission/
@@ -29,4 +28,5 @@
 cmake-build-debug/
 CMakeLists.txt
 
-yolo.weights
+.idea/
+__pycache__/

--
Gitblit v1.10.0