summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index db055b4..a072490 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,12 @@
+# CMake Output
+CMakeCache.txt
+CMakeFiles/
+*.cmake
+
+third-party/sdl2/sdl2-build/
+third-party/sdl2/sdl2-src/
+third-party/sdl2/sdl2/
+
# Visual Studio
Debug/
Release/
@@ -8,4 +17,6 @@ Release/
*.vcxproj.filters
*.vcxproj.user
+
+
build/