caffe/.gitignore

84 строки
986 B
Plaintext
Исходник Обычный вид История

## General
2013-09-12 22:39:48 +04:00
# Compiled Object files
*.slo
*.lo
*.o
2013-09-20 03:26:01 +04:00
*.cuo
2013-09-12 22:39:48 +04:00
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Compiled protocol buffers
*.pb.h
*.pb.cc
2013-09-16 22:49:53 +04:00
*_pb2.py
2013-09-13 08:48:20 +04:00
# Compiled python
*.pyc
# Compiled MATLAB
2014-04-11 09:49:50 +04:00
*.mex*
# build, distribute, and bins
build
.build_debug/*
.build_release/*
distribute/*
2013-09-20 02:19:50 +04:00
*.testbin
2013-10-02 03:27:48 +04:00
*.bin
python/caffe/proto/
2013-09-13 23:43:08 +04:00
# Editor temporaries
2013-09-13 23:43:08 +04:00
*.swp
*~
2013-11-27 01:16:12 +04:00
# 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/*
*.caffemodel
*.solverstate
*.binaryproto
*leveldb
*lmdb
2014-08-29 10:14:32 +04:00
# LevelDB files
2014-08-31 03:59:02 +04:00
*.sst
2014-08-31 08:32:21 +04:00
*.ldb
2014-08-29 10:14:32 +04:00
LOCK
LOG*
CURRENT
MANIFEST-*
2014-04-11 09:49:50 +04:00
# Generated documentation
docs/_site
docs/gathered
_site
doxygen
docs/dev
# Sublime Text settings
*.sublime-workspace
*.sublime-project
2014-07-01 11:56:20 +04:00
# Eclipse Project settings
*.*project
# CMake generated files
*.gen.cmake