]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blob - .gitignore
gitignore python/caffe/proto/; superclean ignore data dir
[jacinto-ai/caffe-jacinto.git] / .gitignore
1 ## General
3 # Compiled Object files
4 *.slo
5 *.lo
6 *.o
7 *.cuo
8 *.pyc
10 # Compiled Dynamic libraries
11 *.so
12 *.dylib
14 # Compiled Static libraries
15 *.lai
16 *.la
17 *.a
19 # Compiled protocol buffers
20 *.pb.h
21 *.pb.cc
22 *_pb2.py
24 # Compiled python
25 *.pyc
27 # Compiled MATLAB
28 *.mex
29 *.mexa64
30 *.mexmaci64
32 # build, distribute, and bins
33 build/*
34 distribute/*
35 *.testbin
36 *.bin
37 python/caffe/proto/
39 # Editor temporaries
40 *.swp
41 *~
43 # IPython notebook checkpoints
44 .ipynb_checkpoints
46 ## Caffe
48 # User's build configuration
49 Makefile.config
51 # Models, Data, and Examples are either
52 # 1. reference, and not casually committed
53 # 2. custom, and live on their own unless they're deliberated contributed
54 models/*
55 data/*
56 examples/*
58 # Don't version the generated documentation
59 docs/_site
60 _site