mirror of
https://github.com/geode-sdk/example-mod.git
synced 2024-11-14 19:05:02 -05:00
52 lines
594 B
Text
52 lines
594 B
Text
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Macos be like
|
|
**/.DS_Store
|
|
|
|
# Cache files for Sublime Text
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
*.stTheme.cache
|
|
|
|
# Workspace files are user-specific
|
|
*.sublime-workspace
|
|
|
|
# I need to find a way to automatically remove this
|
|
Source/Geode/pkg/uber-apk-signer.jar
|
|
|
|
# Ignore build folders
|
|
**/build
|
|
|
|
# ILY vscode
|
|
**/.vscode
|