Browse Source

ignore .vscode IDE directory

sbg
Daniel Agar 8 years ago committed by Nuno Marques
parent
commit
a87b6befbb
  1. 2
      .gitignore
  2. 2
      Makefile

2
.gitignore vendored

@ -74,6 +74,8 @@ vectorcontrol/ @@ -74,6 +74,8 @@ vectorcontrol/
.idea
cmake-build-*/
.vscode
posix-configs/SITL/init/test/*_generated
parameters.md

2
Makefile

@ -400,7 +400,7 @@ gazeboclean: @@ -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…
Cancel
Save