forked from kevadesu/forgejo
[skip ci] Updated licenses and gitignores
This commit is contained in:
parent
58646cab22
commit
41136db47e
19 changed files with 350 additions and 3 deletions
29
options/gitignore/ROS2
Normal file
29
options/gitignore/ROS2
Normal file
|
@ -0,0 +1,29 @@
|
|||
install/
|
||||
log/
|
||||
build/
|
||||
|
||||
# Ignore generated docs
|
||||
*.dox
|
||||
*.wikidoc
|
||||
|
||||
# eclipse stuff
|
||||
.project
|
||||
.cproject
|
||||
|
||||
# qcreator stuff
|
||||
CMakeLists.txt.user
|
||||
|
||||
srv/_*.py
|
||||
*.pcd
|
||||
*.pyc
|
||||
qtcreator-*
|
||||
*.user
|
||||
|
||||
*~
|
||||
|
||||
# Emacs
|
||||
.#*
|
||||
|
||||
# Colcon custom files
|
||||
COLCON_IGNORE
|
||||
AMENT_IGNORE
|
Loading…
Add table
Add a link
Reference in a new issue