summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 81aa80660445daca02631821a3644acc19155009 (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
*.o
*.ko
*.swp
*.tmp
*.log
tags
.tags

*.user
*.sdf
*.sln
*.vcxproj
*.filters
/Debug
/obj

__pycache__
mpack*/
mrglobal*.conf
build*/
test/ptf_test/ptf_test
/*.opendb
/.vs/marsio1/v14/.suo
/x64/Debug/marsio1.tlog
/x64
/marsio1.VC.db
.vscode/
.cache/

.idea
cmake-build-*
cmake-build-*
version.txt
Testing/