commit 84d3eb67031fd41ebc6d424fb8df73f964dfafd0
Author: Alex Mayfield <alexmax2742@gmail.com>
AuthorDate: Thu Dec 5 21:34:49 2019 -0500
Commit: Alex Mayfield <alexmax2742@gmail.com>
CommitDate: Thu Dec 5 21:36:55 2019 -0500
Additional CMake ignores
Visual Studio 2019 supports CMake natively when opening a project
folder, and these files and folders are created by VS on first open.
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index fcd9394a..9446eae2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,7 +28,12 @@ DOOM*.pcx
HTIC*.pcx
HEXEN*.pcx
STRIFE*.pcx
+
+# CMake-specific ignores
+/.vs
/build*
+/CMakeSettings.json
+/out
# These are the default patterns globally ignored by Subversion:
*.o