geode-sdk-example-mod/.gitignore
Erymanthus | RayDeeUx 0efe3644d7
.gitignore CLion support (#8)
* `.gitignore` CLion support

* Update .gitignore

---------

Co-authored-by: mat <26722564+matcool@users.noreply.github.com>
2024-06-21 11:34:53 -03:00

61 lines
626 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
.idea/
# clangd
.cache/
# Visual Studio
.vs/
# CLion
/cmake-build-*/