mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
f9cda74b58
- loader checks if resources are correct at startup, if not, downloads them and replaces - add sha256 to hash - change hash to use paths instead of strings - cmake rework; GeodeFile.cmake now checks CLI version - add optional `DONT_INSTALL` argument to `create_geode_file` - test mods are now not installed by default - add package_geode_resources_now command for packaging resources at configure time and creating a header with their calculated hashes
49 lines
588 B
Text
49 lines
588 B
Text
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
|
|
# 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
|
|
**/*.sublime-project
|
|
.vscode
|
|
|
|
# Ignore build folders
|
|
**/build
|
|
build
|
|
bin
|
|
|
|
loader/src/internal/about.hpp
|
|
loader/src/internal/resources.hpp
|
|
loader/resources/mod.json
|
|
fods-catgirl-hideout.txt
|
|
|