ROS.gitignore 506 字节
Newer Older
1 2
devel/
logs/
F
fivef 已提交
3 4 5 6 7
build/
bin/
lib/
msg_gen/
srv_gen/
D
DaikiMaekawa 已提交
8 9 10 11 12 13 14 15
msg/*Action.msg
msg/*ActionFeedback.msg
msg/*ActionGoal.msg
msg/*ActionResult.msg
msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
msg/_*.py
F
fivef 已提交
16 17

# Generated by dynamic reconfigure
D
DaikiMaekawa 已提交
18
*.cfgc
F
fivef 已提交
19
/cfg/cpp/
D
DaikiMaekawa 已提交
20
/cfg/*.py
F
fivef 已提交
21 22

# Ignore generated docs
D
DaikiMaekawa 已提交
23 24
*.dox
*.wikidoc
F
fivef 已提交
25 26 27 28 29 30 31 32

# eclipse stuff
.project
.cproject

# qcreator stuff
CMakeLists.txt.user

D
DaikiMaekawa 已提交
33 34 35
srv/_*.py
*.pcd
*.pyc
F
fivef 已提交
36 37 38 39 40 41 42
qtcreator-*
*.user

/planning/cfg
/planning/docs
/planning/src

D
DaikiMaekawa 已提交
43
*~
F
fivef 已提交
44 45 46 47 48 49

# Emacs
.#*

# Catkin custom files
CATKIN_IGNORE