mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 21:23:41 +00:00
96 lines
1.1 KiB
Plaintext
96 lines
1.1 KiB
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
|
|
.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
|
|
|
|
# Created by https://www.gitignore.io/api/visualstudiocode
|
|
# Edit at https://www.gitignore.io/?templates=visualstudiocode
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/* # Maybe .vscode/**/* instead - see comments
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
**/.history
|
|
|
|
# End of https://www.gitignore.io/api/visualstudiocode
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Windows
|
|
Desktop.ini
|
|
|
|
compile_commands.json
|
|
|
|
*.puml
|
|
|
|
docs/latex/
|
|
docs/html/
|
|
docs/diagrams/
|