Skip to content

Commit 0c21272

Browse files
committed
added gitignore
1 parent 5e6a75a commit 0c21272

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
devel/
2+
logs/
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+
build_isolated/
17+
devel_isolated/
18+
*/launch/__pycache__
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)