diff --git a/.gitignore b/.gitignore index 4432991..492481f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ bin/ obj/ out/ +tmp/ +temp/ +.vscode/ *.log diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dd72655..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "*.h": "c" - } -} \ No newline at end of file