mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
ignore .vscode IDE directory
This commit is contained in:
committed by
Nuno Marques
parent
aab91af05b
commit
a87b6befbb
@@ -74,6 +74,8 @@ vectorcontrol/
|
|||||||
.idea
|
.idea
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
|
||||||
posix-configs/SITL/init/test/*_generated
|
posix-configs/SITL/init/test/*_generated
|
||||||
|
|
||||||
parameters.md
|
parameters.md
|
||||||
|
|||||||
@@ -400,7 +400,7 @@ gazeboclean:
|
|||||||
@rm -rf ~/.gazebo/*
|
@rm -rf ~/.gazebo/*
|
||||||
|
|
||||||
distclean: submodulesclean gazeboclean
|
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"
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user