44 lines
441 B
Plaintext
44 lines
441 B
Plaintext
# ---> ROS2
|
|
install/
|
|
log/
|
|
build/
|
|
|
|
# Ignore generated docs
|
|
*.dox
|
|
*.wikidoc
|
|
|
|
# eclipse stuff
|
|
.project
|
|
.cproject
|
|
|
|
# qcreator stuff
|
|
CMakeLists.txt.user
|
|
|
|
srv/_*.py
|
|
*.pcd
|
|
*.pyc
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.egg-info/
|
|
qtcreator-*
|
|
*.user
|
|
|
|
*~
|
|
|
|
# Emacs
|
|
.#*
|
|
|
|
# Colcon custom files
|
|
COLCON_IGNORE
|
|
AMENT_IGNORE
|
|
|
|
# ---> VisualStudioCode
|
|
.vscode/*
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|