diff --git a/.gitignore b/.gitignore index 70ad45c3202958..309be3829e2367 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .ipynb_checkpoints .idea .sconsign.dblite +.vscode model2.png a.out @@ -23,12 +24,14 @@ a.out config.json clcache +.vscode/ board/obj/ selfdrive/boardd/boardd selfdrive/logcatd/logcatd selfdrive/proclogd/proclogd selfdrive/ui/ui selfdrive/test/tests/plant/out +openpilot_tools/ /src/ one diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index f8cc070ad346cd..00000000000000 --- a/.vscode/sftp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "HomeWiFi", - "host": "192.168.1.33", - "protocol": "sftp", - "port": 8022, - "username": "root", - "remotePath": "/", - "privateKeyPath": "~/.ssh/openpilot2_rsa", - "uploadOnSave": true -}