mirror of
https://github.com/geode-sdk/example-mod.git
synced 2024-11-14 10:55:07 -05:00
aaa8f8eb84
Adds optional changelog.md and support.md files, so that users know they exist -------- Co-authored-by: matcool <26722564+matcool@users.noreply.github.com>
64 lines
No EOL
675 B
Text
64 lines
No EOL
675 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
|
|
|
|
# Ignore build folders
|
|
**/build
|
|
# Ignore platform specific build folders
|
|
build-*/
|
|
|
|
# Workspace files are user-specific
|
|
*.sublime-workspace
|
|
|
|
# ILY vscode
|
|
**/.vscode
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# clangd
|
|
.cache/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
|
|
# CLion
|
|
.idea/
|
|
/cmake-build-*/ |