Added gitignore and makefile

This commit is contained in:
2022-06-24 19:58:10 -07:00
parent 732b716d8d
commit a97cbb249b
2 changed files with 52 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/.vscode
# Build files and final binary
/build
test