mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ignore .vscode IDE directory
This commit is contained in:
parent
aab91af05b
commit
a87b6befbb
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,6 +74,8 @@ vectorcontrol/
|
||||
.idea
|
||||
cmake-build-*/
|
||||
|
||||
.vscode
|
||||
|
||||
posix-configs/SITL/init/test/*_generated
|
||||
|
||||
parameters.md
|
||||
|
||||
2
Makefile
2
Makefile
@ -400,7 +400,7 @@ gazeboclean:
|
||||
@rm -rf ~/.gazebo/*
|
||||
|
||||
distclean: submodulesclean gazeboclean
|
||||
@git clean -ff -x -d -e ".project" -e ".cproject" -e ".idea" -e ".settings"
|
||||
@git clean -ff -x -d -e ".project" -e ".cproject" -e ".idea" -e ".settings" -e ".vscode"
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user