aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index eff81b2..07c72b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,4 +37,10 @@
# Debug files
bin/
-obj/ \ No newline at end of file
+obj/
+
+# executable files
+main
+
+# VsCode
+.vscode/ \ No newline at end of file