Skip to content

Commit 39f563b

Browse files
committed
Create ROS.gitignore
A ROS gitignore copied form moveit_ros. https://github.com/ros-planning/moveit_ros/blob/hydro-devel/.gitignore
1 parent 6c75292 commit 39f563b

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

ROS.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
~$
2+
.swp$
3+
build/
4+
bin/
5+
lib/
6+
msg_gen/
7+
srv_gen/
8+
msg/.*Action\.msg$
9+
msg/.*ActionFeedback\.msg$
10+
msg/.*ActionGoal\.msg$
11+
msg/.*ActionResult\.msg$
12+
msg/.*Feedback\.msg$
13+
msg/.*Goal\.msg$
14+
msg/.*Result\.msg$
15+
msg/_.*\.py$
16+
17+
\.pcd$
18+
.pyc$
19+
20+
# Generated by dynamic reconfigure
21+
\.cfgc$
22+
/cfg/cpp/
23+
/cfg/.*\.py$
24+
25+
# Ignore generated docs
26+
.dox$
27+
.wikidoc$
28+
29+
# eclipse stuff
30+
.project
31+
.cproject
32+
33+
# qcreator stuff
34+
CMakeLists.txt.user
35+
36+
srv/_.*\.py$
37+
\.pcd$
38+
.pyc$
39+
qtcreator-*
40+
*.user
41+
42+
/planning/cfg
43+
/planning/docs
44+
/planning/src
45+
46+
*~$
47+
48+
# Emacs
49+
.#*
50+
51+
# Catkin custom files
52+
CATKIN_IGNORE

0 commit comments

Comments
 (0)