From 79caf3837a955c1a80186e43e3c0a9eaf1130332 Mon Sep 17 00:00:00 2001 From: Tino Hager <tino.hager@nager.at> Date: Sat, 23 Jun 2018 09:05:26 +0000 Subject: [PATCH] Revert ".NET/C# support integration" --- .gitignore | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index d15b2e8..bbfed65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,21 @@ *.o *.dSYM *.csv +*.out +*.png +*.so +mnist/ +data/ +caffe/ +grasp/ images/ opencv/ convnet/ -cnn +decaf/ +submission/ +cfg/ +darknet +.fuse* # OS Generated # .DS_Store* @@ -12,3 +23,7 @@ Icon? Thumbs.db *.swp + +# CMake # +cmake-build-debug/ +CMakeLists.txt -- Gitblit v1.10.0