-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
74 lines (62 loc) · 921 Bytes
/
.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
# ROS Specific ignores
devel/
logs/
build/
bin/
lib/
install/
msg_gen/
srv_gen/
# Generated ROS messages
msg/*Action.msg
msg/*ActionFeedback.msg
msg/*ActionGoal.msg
msg/*ActionResult.msg
msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
# Python specific
*.py[cod]
*.so
__pycache__/
msg/_*.py
srv/_*.py
# Dynamic reconfigure
*.cfgc
/cfg/cpp/
/cfg/*.py
# Documentation
*.dox
*.wikidoc
# IDE specific
## Eclipse
.project
.cproject
.settings/
## Qt Creator
CMakeLists.txt.user
qtcreator-*
*.user
## VSCode
.vscode/
# Build and temporary files
build_isolated/
devel_isolated/
.catkin_tools/
.catkin_workspace
*~
# Editor temporary files
## Emacs
.#*
\#*\#
## Vim
*.swp
*.swo
# Custom project specific
# 在 .gitignore 中添加
pangolin_visual_slam/pangolin_isaac_ros_visual_slam/map/data.mdb
pangolin_visual_slam/pangolin_isaac_ros_visual_slam/map_temp/data.mdb
*.mdb
# Other common files to ignore
*.pcd
.DS_Store