From 2302dbed5763a7b98a204fbe5e3c9d2202b0feae Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Mon, 26 Mar 2018 22:55:33 +0000 Subject: [PATCH] Merge pull request #505 from judwhite/patch-2 --- .gitignore | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 12d2c99..bbfed65 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,20 @@ *.dSYM *.csv *.out +*.png +*.so mnist/ +data/ +caffe/ +grasp/ images/ opencv/ convnet/ decaf/ submission/ +cfg/ darknet +.fuse* # OS Generated # .DS_Store* @@ -16,3 +23,7 @@ Icon? Thumbs.db *.swp + +# CMake # +cmake-build-debug/ +CMakeLists.txt -- Gitblit v1.10.0