## General # Compiled Object files *.slo *.lo *.o *.cuo # Compiled Dynamic libraries *.so *.dylib # Compiled Static libraries *.lai *.la *.a # Compiled protocol buffers *.pb.h *.pb.cc *_pb2.py # Compiled python *.pyc # Compiled MATLAB *.mex* # build, distribute, and bins build .build_debug/* .build_release/* distribute/* *.testbin *.bin python/caffe/proto/ # Editor temporaries *.swp *~ # IPython notebook checkpoints .ipynb_checkpoints ## Caffe # User's build configuration Makefile.config # Data and models are either # 1. reference, and not casually committed # 2. custom, and live on their own unless they're deliberated contributed data/* models/* *.caffemodel *.solverstate *.binaryproto *leveldb *lmdb # LevelDB files *.sst *.ldb LOCK LOG* CURRENT MANIFEST-* # Generated documentation docs/_site docs/gathered _site doxygen docs/dev # Sublime Text settings *.sublime-workspace *.sublime-project # Eclipse Project settings *.*project # CMake generated files *.gen.cmake