From 07cf257dae91351e5cb6b5a34ffa93c2a3fd8247 Mon Sep 17 00:00:00 2001 From: cflip Date: Sat, 29 Jan 2022 22:09:36 -0700 Subject: Add CMake build output to gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) 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/ -- cgit v1.2.3