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
|
|
|
|
|
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/
|