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

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

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

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