Skip to content

Commit 774c69d

Browse files
committed
add ROS2 gitignore
1 parent 218a941 commit 774c69d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ROS2.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
# Ament custom files
28+
AMENT_IGNORE

0 commit comments

Comments
 (0)