-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nbodla
committed
Apr 18, 2017
1 parent
f0b6677
commit dc97adf
Showing
917 changed files
with
494,284 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
## 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 | ||
|
||
*.tgz | ||
|
||
# Compiled python | ||
*.pyc | ||
|
||
# Compiled MATLAB | ||
*.mex* | ||
|
||
# IPython notebook checkpoints | ||
.ipynb_checkpoints | ||
|
||
# Editor temporaries | ||
*.swp | ||
*~ | ||
|
||
# Sublime Text settings | ||
*.sublime-workspace | ||
*.sublime-project | ||
|
||
# Eclipse Project settings | ||
*.*project | ||
.settings | ||
|
||
# QtCreator files | ||
*.user | ||
|
||
# PyCharm files | ||
.idea | ||
|
||
# Visual Studio Code files | ||
.vscode | ||
|
||
# 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/* | ||
*.caffemodel | ||
*.caffemodel.h5 | ||
*.solverstate | ||
*.solverstate.h5 | ||
*.binaryproto | ||
*leveldb | ||
*lmdb | ||
*.pkl | ||
|
||
caffe/.build_release/* | ||
|
||
# build, distribute, and bins (+ python proto bindings) | ||
build | ||
.build_debug/* | ||
.build_release/* | ||
distribute/* | ||
*.testbin | ||
*.bin | ||
python/caffe/proto/ | ||
cmake_build | ||
.cmake_build | ||
|
||
# Generated documentation | ||
docs/_site | ||
docs/_includes | ||
docs/gathered | ||
_site | ||
doxygen | ||
docs/dev | ||
|
||
# LevelDB files | ||
*.sst | ||
*.ldb | ||
LOCK | ||
LOG* | ||
CURRENT | ||
MANIFEST-* |
Oops, something went wrong.