]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blob - .gitignore
get_mnist.sh: changed the script to generate leveldb as well.
[jacinto-ai/caffe-jacinto.git] / .gitignore
1 # Compiled Object files
2 *.slo
3 *.lo
4 *.o
5 *.cuo
6 *.pyc
8 # Compiled Dynamic libraries
9 *.so
10 *.dylib
12 # Compiled Static libraries
13 *.lai
14 *.la
15 *.a
17 # Compiled protocol buffers
18 *.pb.h
19 *.pb.cc
20 *_pb2.py
22 # bin files
23 *.testbin
24 *.bin
26 # vim swp files
27 *.swp
29 # matlab binary
30 *.mexa64
32 # anything under data/ unless we force include them
33 data/*