mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 22:23:43 +00:00
78 lines
696 B
Plaintext
78 lines
696 B
Plaintext
# CMake
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
Makefile
|
|
install_manifest.txt
|
|
.cache/
|
|
build/
|
|
|
|
# Compiled files
|
|
*.suo
|
|
*.user
|
|
*.userprefs
|
|
*.sln.docstates
|
|
|
|
# Compiled dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Generated by Visual Studio
|
|
.vscode/
|
|
.vs/
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
*_i.c
|
|
*_p.c
|
|
*.ilk
|
|
*.meta
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.tmp_proj
|
|
*_wpftmp
|
|
*.log
|
|
*.vspscc
|
|
*.vssscc
|
|
.builds
|
|
*.pidb
|
|
*.svclog
|
|
*.scc
|
|
|
|
# Sublime Text
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Windows
|
|
Desktop.ini
|
|
|
|
compile_commands.json
|
|
|
|
*.puml
|