From e71d8eb717146521c623daf31c0e5b680d889b25 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Jun 2021 11:17:11 +0200 Subject: [PATCH] changed gitignore --- .vscode/settings.json | 3 +++ 4-bit-counter-myhdl/.gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..615aafb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "/usr/bin/python3" +} \ No newline at end of file diff --git a/4-bit-counter-myhdl/.gitignore b/4-bit-counter-myhdl/.gitignore index ccddb1d..8c59ee7 100644 --- a/4-bit-counter-myhdl/.gitignore +++ b/4-bit-counter-myhdl/.gitignore @@ -4,3 +4,4 @@ __pycache__/ *.swp *.vcd *.lxt +*.vvp