summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1be5828babf126f497834e776dfd7700ca000ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CMakeCache.txt
CMakeLists.txt.user
CMakeFiles/
cmake_install.cmake
Makefile
scripts/__pycache__
VKConfig.h
build
build32
dbuild
external/*
!external/CMakeLists.txt
!external/README.md
*.so
*.so.*
*.pyc
*.vcproj
*.sln
*.suo
*.vcxproj
*.sdf
*.filters
*.config
*.creator
*.creator.user
*.files
*.includes
.vscode/
.DS_Store
_out64
out32/*
out64/*