зеркало из https://github.com/microsoft/caffe.git
60 строки
727 B
Plaintext
60 строки
727 B
Plaintext
## General
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.cuo
|
|
*.pyc
|
|
|
|
# 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
|
|
*.mexa64
|
|
*.mexmaci64
|
|
|
|
# build, distribute, and bins
|
|
build/*
|
|
distribute/*
|
|
*.testbin
|
|
*.bin
|
|
|
|
# Editor temporaries
|
|
*.swp
|
|
*~
|
|
|
|
# IPython notebook checkpoints
|
|
.ipynb_checkpoints
|
|
|
|
## Caffe
|
|
|
|
# User's build configuration
|
|
Makefile.config
|
|
|
|
# Models, Data, and Examples are either
|
|
# 1. reference, and not casually committed
|
|
# 2. custom, and live on their own unless they're deliberated contributed
|
|
models/*
|
|
data/*
|
|
examples/*
|
|
|
|
# Don't version the generated documentation
|
|
docs/_site
|
|
_site
|