From f347391e8ea3a837860c894d9c21e93550039f32 Mon Sep 17 00:00:00 2001 From: SpeedProg <speedprog@googlemail.com> Date: Fri, 06 Sep 2019 19:43:49 +0000 Subject: [PATCH] small adjustments --- .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