Commit e44890774c6c98a84c3eb881b1d7508dfe7d7373

Laurence McGlashan 2021-01-31T15:35:56

Update .gitignore Only exclude tags files/folders and build folders at the repository root.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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