From ce980cea21096f9961f2021b2992f2a46e93e552 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Tue, 21 Oct 2014 10:17:11 -0700 Subject: groom ignore - re-group general and Caffe ignores - ignore OS X files and Eclipse .settings as suggested by @cypof --- .gitignore | 56 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 26 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fa279f90..c27c7a6a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,21 +26,26 @@ # Compiled MATLAB *.mex* -# build, distribute, and bins -build -.build_debug/* -.build_release/* -distribute/* -*.testbin -*.bin -python/caffe/proto/ +# IPython notebook checkpoints +.ipynb_checkpoints + +# CMake generated files +*.gen.cmake # Editor temporaries *.swp *~ -# IPython notebook checkpoints -.ipynb_checkpoints +# Sublime Text settings +*.sublime-workspace +*.sublime-project + +# Eclipse Project settings +*.*project +.settings + +# OSX dir files +.DS_Store ## Caffe @@ -58,13 +63,14 @@ models/* *leveldb *lmdb -# LevelDB files -*.sst -*.ldb -LOCK -LOG* -CURRENT -MANIFEST-* +# build, distribute, and bins (+ python proto bindings) +build +.build_debug/* +.build_release/* +distribute/* +*.testbin +*.bin +python/caffe/proto/ # Generated documentation docs/_site @@ -73,12 +79,10 @@ _site doxygen docs/dev -# Sublime Text settings -*.sublime-workspace -*.sublime-project - -# Eclipse Project settings -*.*project - -# CMake generated files -*.gen.cmake +# LevelDB files +*.sst +*.ldb +LOCK +LOG* +CURRENT +MANIFEST-* -- cgit v1.2.3