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

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

build/
test/test
/*.opendb
/.vs/marsio1/v14/.suo
/x64/Debug/marsio1.tlog
/x64
/marsio1.VC.db

.idea
cmake-build-debug
cmake-build-release