From a1819ea817e2b67f6da73313f31d11a604a00230 Mon Sep 17 00:00:00 2001 From: Greg Esmond Date: Fri, 22 Feb 2019 11:34:35 -0600 Subject: [PATCH] git config --- .gitignore | 3 +++ .vscode/sftp.json | 10 ---------- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 .vscode/sftp.json 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 -}