https://github.com/BVLC/caffe
Raw File
Tip revision: 76c73d5549c54620e1a9a8654c5dc31d090ac28e authored by Evan Shelhamer on 21 January 2014, 02:24:41 UTC
License under BSD
Tip revision: 76c73d5
.gitignore
# 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

# bin files
*.testbin
*.bin

# vim swp files
*.swp

# matlab binary
*.mexa64

# anything under data/ unless we force include them
data/*

back to top