-
Notifications
You must be signed in to change notification settings - Fork 391
/
.gitignore
85 lines (75 loc) · 1.31 KB
/
.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
# Specific Files #
##################
segmapper/demonstration_files
segmatch/python/database
segmatch/python/classifier/model_cpp
segmatch/python/classifier/tf_cpp*
segmatch/python/classifier/ae_baseline*
segmatch/python/classifier/semantics_nn*
segmatch/python/classifier/acc_data.p
segmatch/python/classifier/acc_relative_to_size.pdf
segmatch/python/classifier/roc.pdf
segmatch/python/classifier/roc_data.p
segmatch/python/classifier/reconstructions/
segmatch/python/classifier/debug/
segmatch/python/classifier/models/
segmatch/python/classifier/tensorboard/
segmatch/python/classifier/reconstructions*
*.ckpt
*.meta
*.csv
# Compiled Binaries #
#####################
build/
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
.ipynb_checkpoints/
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Point-Cloud Files #
#####################
*.pcd
*.vtk
# Swap Files #
##############
*~
*.bak
*.swp
*swp
*.swo
# Vim Tags #
############
tags
.ycm_extra_conf.py
.ycm_extra_conf.pyc
.project_vimrc
# Rosbags and rviz config #
###########################
*.rviz
*.bag
# Matlab data #
###############
matlab/data
segmatch/matlab/figures
*~
# Python generated files #
##########################
*.h5
*.log
*.png
*.pkl