geode-sdk-example-mod/.gitignore

62 lines
626 B
Text
Raw Normal View History

2022-01-26 11:16:02 -05:00
# 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
2022-02-08 22:43:32 -05:00
# Macos be like
**/.DS_Store
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# Ignore build folders
**/build
2024-02-01 19:31:38 -05:00
# Ignore platform specific build folders
build-*/
2022-02-08 22:43:32 -05:00
2023-08-06 09:10:42 -04:00
# Workspace files are user-specific
*.sublime-workspace
2022-02-08 22:43:32 -05:00
# ILY vscode
**/.vscode
2023-08-06 09:10:42 -04:00
.idea/
# clangd
.cache/
2024-02-24 10:19:14 -05:00
# Visual Studio
.vs/
# CLion
/cmake-build-*/