caffe/.gitignore

96 строки
1.1 KiB
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*
# IPython notebook checkpoints
.ipynb_checkpoints
# Editor temporaries
2013-09-13 23:43:08 +04:00
*.swp
*~
2013-11-27 01:16:12 +04:00
# Sublime Text settings
*.sublime-workspace
*.sublime-project
# Eclipse Project settings
*.*project
.settings
2014-12-20 18:22:47 +03:00
# QtCreator files
*.user
2015-02-22 18:58:12 +03:00
# PyCharm files
.idea
# OSX dir files
.DS_Store
## 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
*.caffemodel.h5
*.solverstate
*.solverstate.h5
*.binaryproto
*leveldb
*lmdb
# build, distribute, and bins (+ python proto bindings)
build
.build_debug/*
.build_release/*
distribute/*
*.testbin
*.bin
python/caffe/proto/
2014-12-20 18:22:47 +03:00
cmake_build
.cmake_build
2014-08-29 10:14:32 +04:00
2014-04-11 09:49:50 +04:00
# Generated documentation
docs/_site
docs/gathered
_site
doxygen
docs/dev
# LevelDB files
*.sst
*.ldb
LOCK
LOG*
CURRENT
MANIFEST-*