forked from Archive/PX4-Autopilot
ignore .vscode IDE directory
This commit is contained in:
parent
aab91af05b
commit
a87b6befbb
|
@ -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…
Reference in New Issue