2022-01-19 12:07:27 -05:00
|
|
|
# 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
|
2022-05-25 09:44:54 -04:00
|
|
|
**/*.tmlanguage.cache
|
|
|
|
**/*.tmPreferences.cache
|
|
|
|
**/*.stTheme.cache
|
2022-01-19 12:07:27 -05:00
|
|
|
|
|
|
|
# Workspace files are user-specific
|
2022-05-25 09:44:54 -04:00
|
|
|
**/*.sublime-workspace
|
|
|
|
**/*.sublime-project
|
2022-01-19 12:07:27 -05:00
|
|
|
|
|
|
|
# Ignore build folders
|
|
|
|
**/build
|