Update .gitignore Only exclude tags files/folders and build folders at the repository root.
diff --git a/.gitignore b/.gitignore
index b38b7e1..69d388f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
-build/
+/build/
.DS_Store
*~
.*.swp
-tags
+/tags
CMakeSettings.json
.vs