Update .gitignore

This commit is contained in:
Dzmitry Maladzenkau 2023-11-27 13:30:18 +01:00 committed by GitHub
parent 50e43f75cc
commit b69c959aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 49 deletions

54
.gitignore vendored
View File

@ -1,51 +1,7 @@
devel/ # Ignore ROS2 stuff
logs/ install/
log/
build/ build/
bin/
lib/
msg_gen/
srv_gen/
msg/*Action.msg
msg/*ActionFeedback.msg
msg/*ActionGoal.msg
msg/*ActionResult.msg
msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
msg/_*.py
build_isolated/
devel_isolated/
# Generated by dynamic reconfigure # VSC stuff
*.cfgc .vscode
/cfg/cpp/
/cfg/*.py
# Ignore generated docs
*.dox
*.wikidoc
# eclipse stuff
.project
.cproject
# qcreator stuff
CMakeLists.txt.user
srv/_*.py
*.pcd
*.pyc
qtcreator-*
*.user
/planning/cfg
/planning/docs
/planning/src
*~
# Emacs
.#*
# Catkin custom files
CATKIN_IGNORE