48 lines
338 B
Plaintext
48 lines
338 B
Plaintext
#
|
|
# Common
|
|
#
|
|
|
|
.vscode
|
|
|
|
*.temp
|
|
|
|
open-builder/
|
|
|
|
*.srctrlprj
|
|
*.srctrldb
|
|
*.srctrlbm
|
|
|
|
#
|
|
# Linux
|
|
#
|
|
|
|
bin/
|
|
|
|
#
|
|
# Windows
|
|
#
|
|
|
|
*.dll
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
*.exe
|
|
|
|
# Visual Studio
|
|
*.sln
|
|
*.vcxproj
|
|
*.filters
|
|
*.user
|
|
*.vs
|
|
|
|
Debug/
|
|
Release/
|
|
UnitTests/
|
|
open-builder-unit-tests/
|
|
|
|
libenet.a
|
|
libglad.a
|
|
font.ttf
|
|
Makefile
|
|
blocking3d
|
|
cmake_install.cmake
|