summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 07e701c80d6ec910d633eb2b896df82695b8e1ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CMake Output
CMakeCache.txt
CMakeFiles/
*.cmake

third-party/sdl2/sdl2-build/
third-party/sdl2/sdl2-src/
third-party/sdl2/sdl2/

# IDE generated files and folders
Debug/
Release/
.vs/
.idea/

*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user

build/