mirror of
https://github.com/izzy2lost/Super3.git
synced 2026-07-05 15:18:38 -07:00
73 lines
586 B
Plaintext
73 lines
586 B
Plaintext
# Build output
|
|
bin/
|
|
obj/
|
|
bin64/
|
|
obj64/
|
|
build/
|
|
out/
|
|
dist/
|
|
target/
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
x86/
|
|
|
|
# Compiled artifacts
|
|
*.o
|
|
*.obj
|
|
*.lo
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
*.exp
|
|
*.pdb
|
|
*.idb
|
|
*.ilk
|
|
*.ipdb
|
|
*.iobj
|
|
*.pch
|
|
|
|
# Generated files
|
|
*.nv
|
|
Makefile
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
|
|
# Archives
|
|
*.zip
|
|
*.tar
|
|
*.gz
|
|
*.bz2
|
|
*.7z
|
|
*.rar
|
|
|
|
# Android/Gradle
|
|
android/.gradle/
|
|
android/.idea/
|
|
android/local.properties
|
|
android/*.iml
|
|
android/**/build/
|
|
android/**/.cxx/
|
|
|
|
# IDE/Editor
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.VC.db
|
|
*.VC.opendb
|
|
|
|
# OS-generated
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|