snake-pp/.gitignore
2023-11-07 16:57:42 +01:00

35 lines
350 B
Plaintext

# General
*.swp
# Build and output directories
build/
bin/
# CMake
CMakeFiles/
CMakeCache.txt
CMakeSettings.json
cmake_install.cmake
compile_commands.json
# Visual Studio Code specific files
.vscode/
*.code-workspace
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Executables
*.exe
*.out
# Libraries
*.a
*.lib
SDL2
# Ignore any backup files
*~