添加隐藏
This commit is contained in:
parent
b926daa6d9
commit
6e3c6a0217
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# ROS2/colcon/ament build artifacts
|
||||||
|
build/
|
||||||
|
install/
|
||||||
|
log/
|
||||||
|
|
||||||
|
# ROS2 workspace overlay files
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*.DS_Store
|
||||||
|
*.egg-info/
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# ROS2 launch/params/logs
|
||||||
|
*.launch.pyc
|
||||||
|
*.launch.py~
|
||||||
|
*.params.yaml~
|
||||||
|
|
||||||
|
# ROS2 local setup scripts
|
||||||
|
local_setup.*
|
||||||
|
setup.*
|
||||||
|
|
||||||
|
# VSCode settings
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.orig
|
||||||
|
*.bak
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Ignore ROS2 test results
|
||||||
|
*.test_result.xml
|
||||||
Loading…
Reference in New Issue
Block a user