From 9c847647a1f3c257aaa8c0d4ec718e68888984ba Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 12 Feb 2018 19:54:10 +0000 Subject: [PATCH] Another compile fix error --- .gitignore | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 7913d67..fd44ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,20 @@ *.o *.dSYM *.csv +*.out +*.png +mnist/ +data/ +caffe/ +grasp/ images/ opencv/ convnet/ decaf/ submission/ -cnn +cfg/ +darknet +.fuse* # OS Generated # .DS_Store* -- Gitblit v1.10.0