You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
798 B
65 lines
798 B
## General |
|
|
|
# Compiled Object files |
|
*.slo |
|
*.lo |
|
*.o |
|
*.cuo |
|
*.png |
|
*.jpg |
|
*.jpeg |
|
# 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 examples are either |
|
# 1. reference, and not casually committed |
|
# 2. custom, and live on their own unless they're deliberated contributed |
|
data/* |
|
examples/* |
|
|
|
# Generated documentation |
|
docs/_site |
|
_site |
|
|
|
# Sublime Text settings |
|
*.sublime-workspace |
|
*.sublime-project |
|
|
|
|