Files
PolyGun/.gitignore
2023-05-16 15:28:06 +02:00

40 lines
350 B
Plaintext

# Visual Studio
.vscode
*.sln
*.vcxproj
*.filters
*.user
*.vs
# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
# Make
Makefile
# Ninja
.ninja_deps
.ninja_log
build.ninja
# Generated headers
config.hpp
# ImGui
imgui.ini
# Binary files
*.exe
*.dll
*.o
*.obj
# User provided folders
external/
# Generic build folders
Debug/
Release/
build/