0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 12:33:43 +00:00
SDL_Minigame/.gitignore
freezarite 6bedb08d9b changes to make chickengame work with updated textureManager
future changes regarding the removal of the character selection needed
2024-11-05 18:38:53 +01:00

80 lines
722 B
Plaintext

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
install_manifest.txt
.cache/
build/
cmake-build-debug/
.idea/
# 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