From ce6738be1b8866eefd5000a6880adc5c85ddf47e Mon Sep 17 00:00:00 2001 From: tx_haggis <13982343+adbancroft@users.noreply.github.com> Date: Tue, 1 Feb 2022 06:50:59 -0600 Subject: [PATCH] Ignore Visual Studio Code files. --- .gitignore | 1 + simavr/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0ebc297..b528725 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ callgrind.out.* perf.data .DS_Store .make.options* +.vscode/* \ No newline at end of file diff --git a/simavr/.gitignore b/simavr/.gitignore index aba978b..5587c97 100644 --- a/simavr/.gitignore +++ b/simavr/.gitignore @@ -1,2 +1,3 @@ sim_core_decl.h sim_core_config.h +.vscode/* \ No newline at end of file -- 2.39.5