mirror of
https://github.com/maxnut/GDMegaOverlay.git
synced 2025-09-04 12:31:02 +00:00
53 lines
526 B
Plaintext
53 lines
526 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.out
|
|
*.app
|
|
|
|
# Macos be like
|
|
**/.DS_Store
|
|
|
|
# Cache files for Sublime Text
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
*.stTheme.cache
|
|
|
|
# Ignore build folders
|
|
**/build
|
|
|
|
# Workspace files are user-specific
|
|
*.sublime-workspace
|
|
|
|
# ILY vscode
|
|
**/.vscode
|
|
.idea/
|
|
|
|
# clangd
|
|
.cache/
|
|
|
|
Auth.cpp |