2014-02-25 11:44:04 +04:00
|
|
|
## 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
|
2013-09-13 04:10:48 +04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
2014-02-25 11:44:04 +04:00
|
|
|
# Compiled python
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Compiled MATLAB
|
2014-04-11 09:49:50 +04:00
|
|
|
*.mex*
|
2014-02-25 11:44:04 +04:00
|
|
|
|
2014-10-21 21:17:11 +04:00
|
|
|
# IPython notebook checkpoints
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
2014-02-25 11:44:04 +04:00
|
|
|
# Editor temporaries
|
2013-09-13 23:43:08 +04:00
|
|
|
*.swp
|
2014-02-25 11:44:04 +04:00
|
|
|
*~
|
2013-11-27 01:16:12 +04:00
|
|
|
|
2014-10-21 21:17:11 +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
|
|
|
|
|
2014-10-21 21:17:11 +04:00
|
|
|
# OSX dir files
|
|
|
|
.DS_Store
|
2014-02-13 11:58:33 +04:00
|
|
|
|
2014-02-25 11:44:04 +04:00
|
|
|
## Caffe
|
2014-02-03 14:41:44 +04:00
|
|
|
|
2014-02-25 11:44:04 +04:00
|
|
|
# User's build configuration
|
2014-02-03 14:41:44 +04:00
|
|
|
Makefile.config
|
2014-02-25 11:44:04 +04:00
|
|
|
|
2014-08-29 03:12:01 +04:00
|
|
|
# Data and models are either
|
2014-02-25 11:44:04 +04:00
|
|
|
# 1. reference, and not casually committed
|
|
|
|
# 2. custom, and live on their own unless they're deliberated contributed
|
|
|
|
data/*
|
2014-09-19 07:15:50 +04:00
|
|
|
models/*
|
2014-08-13 04:29:25 +04:00
|
|
|
*.caffemodel
|
2014-08-29 03:12:01 +04:00
|
|
|
*.solverstate
|
|
|
|
*.binaryproto
|
|
|
|
*leveldb
|
|
|
|
*lmdb
|
2014-02-25 11:44:04 +04:00
|
|
|
|
2014-10-21 21:17:11 +04:00
|
|
|
# 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
|
2014-03-18 22:17:51 +04:00
|
|
|
docs/_site
|
2014-07-12 00:28:55 +04:00
|
|
|
docs/gathered
|
2014-03-18 22:17:51 +04:00
|
|
|
_site
|
2014-09-04 00:22:09 +04:00
|
|
|
doxygen
|
|
|
|
docs/dev
|
2014-04-29 06:47:17 +04:00
|
|
|
|
2014-10-21 21:17:11 +04:00
|
|
|
# LevelDB files
|
|
|
|
*.sst
|
|
|
|
*.ldb
|
|
|
|
LOCK
|
|
|
|
LOG*
|
|
|
|
CURRENT
|
|
|
|
MANIFEST-*
|