aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f39d86630745cd45e0c6fb7fe09c4e7f0c669ce3 (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
# Linux
.idea
*.o
*.so
lib
calibrate_client
calibrate
test
data_recorder
simple_pose_test

# Temp files
*~
*/\#*\#
\#*\#

# Tool output
*.json
*.csv
calinfo/
*.log
*.png

# Windows specific
*.dll
*.exe
obj/
bin/
x64/
packages
.vs/
Debug/
Release/
*.VC.db
*.user
*.ipch
*.tlog