summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 57b0ef0936e60dab30d8b5c77cf2913ca68349f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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/*

# user's specified config
Makefile.config