Skip to content

Commit b2ccc46

Browse files
Merge pull request #3662 from KeisukeShima/feature/ROS2
Add ROS2 gitignore
2 parents f0c2d8d + b3fe09b commit b2ccc46

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

community/ROS2.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
install/
2+
log/
3+
build/
4+
5+
# Ignore generated docs
6+
*.dox
7+
*.wikidoc
8+
9+
# eclipse stuff
10+
.project
11+
.cproject
12+
13+
# qcreator stuff
14+
CMakeLists.txt.user
15+
16+
srv/_*.py
17+
*.pcd
18+
*.pyc
19+
qtcreator-*
20+
*.user
21+
22+
*~
23+
24+
# Emacs
25+
.#*
26+
27+
# Colcon custom files
28+
COLCON_IGNORE
29+
AMENT_IGNORE

0 commit comments

Comments
 (0)