]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blob - .gitignore
Merge pull request #157 from sergeyk/master
[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 # IPython notebook checkpoints
33 .ipynb_checkpoints
35 # anything under data/ unless we force include them
36 data/*
38 # anything under distribute
39 distribute/*
41 # user's specified config
42 Makefile.config
43 docs/_site