From 0a238813416e0ac8ea998b8814f00611a00f0735 Mon Sep 17 00:00:00 2001 From: Nemanja Trifunovic Date: Sat, 13 Oct 2018 20:48:56 -0400 Subject: [PATCH] Create .gitignore Ignore: - .vscode - build --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..488d51d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# VS Code: +.vscode/ +# Often used by CMake +build/ \ No newline at end of file