caffe/.gitignore

37 строки
371 B
Plaintext

# 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/*
# anything under distribute
distribute/*