https://github.com/yahoo/CaffeOnSpark
Raw File
Tip revision: 15d35416276e01e2af8f8e5f71ecbf22b4ba5bae authored by Gil Yehuda on 15 November 2019, 21:44:38 UTC
Archive notice
Tip revision: 15d3541
.gitignore
## 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

# 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

# IDEA Project settings
/caffe.iml

# QtCreator files
*.user

# PyCharm files
.idea

# OSX dir files
.DS_Store
back to top