-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
107 lines (80 loc) · 991 Bytes
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.cov
coverage
node_modules
.naeindex
coverage.html
.monitor
.svn
# Ignore Mac OS desktop services store
.DS_Store
# Ignore Windows desktop setting file
desktop.ini
*.log
.idea
*.sublime-project
*.sublime-workspace
*.swp
*.wav
*.db
*.zip
*.tar
*.gz
*.7z
*.rar
# Generated Protobuf file
*.pb.cc
*.pb.h
*.out
# binaries
*.so
*.a
*.lib
*.dll
*.dylib
*.la
*.exe
*.pdb
*.exp
*.iml
*~
rbk
build/
compile/
src/robokit/
# ignore core dump file
bin/core
*.dmp
# ignore config lua file
bin/plugins/*.lua
# ignore the plugin dependency directories
bin/plugins/lib*
# ignore log
bin/log
# ignore include
bin/include
# ignore map file
*.map
*.smap
# ignore vscode
.vscode
# ignore lib
bin/lib
# stackdump file
*.stackdump
# ignore plugins
plugins
# ignore algorithms
src/robokit/algorithm
# ignore params
bin/params/*.json
# ignore firmware
bin/firmware/
# ignore rawmap
*.rawmap
# ignore run data
data
# ignore vld
vld.ini
memory_leak_report.txt
# Visual Studio ilk file
*.ilk