2022-07-30 12:24:03 -04: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
|
|
|
|
**/*.tmlanguage.cache
|
|
|
|
**/*.tmPreferences.cache
|
|
|
|
**/*.stTheme.cache
|
2023-09-08 20:48:27 -04:00
|
|
|
.cache
|
2022-07-30 12:24:03 -04:00
|
|
|
|
|
|
|
# Workspace files are user-specific
|
|
|
|
**/*.sublime-workspace
|
|
|
|
**/*.sublime-project
|
|
|
|
.vscode
|
2023-08-03 08:15:08 -04:00
|
|
|
.idea
|
2022-07-30 12:24:03 -04:00
|
|
|
|
|
|
|
# Ignore build folders
|
|
|
|
**/build
|
|
|
|
build
|
2023-03-16 20:42:30 -04:00
|
|
|
build2
|
2022-12-31 11:00:20 -05:00
|
|
|
build-docs/
|
2022-07-30 12:24:03 -04:00
|
|
|
bin
|
2023-12-23 06:44:20 -05:00
|
|
|
/build-*
|
2022-07-30 12:24:03 -04:00
|
|
|
|
2023-09-16 04:38:11 -04:00
|
|
|
# Ignore docs folders
|
2023-01-27 06:42:04 -05:00
|
|
|
docs/**
|
2023-02-24 05:04:48 -05:00
|
|
|
docs
|
2023-01-27 06:42:04 -05:00
|
|
|
|
2023-09-16 04:38:11 -04:00
|
|
|
# Ignore codegenned files
|
2022-07-30 12:24:03 -04:00
|
|
|
loader/src/internal/about.hpp
|
2022-10-14 14:04:59 -04:00
|
|
|
loader/src/internal/resources.hpp
|
2022-10-03 06:51:48 -04:00
|
|
|
loader/resources/mod.json
|
2023-05-01 11:41:18 -04:00
|
|
|
loader/resources/version
|
2023-02-26 05:46:55 -05:00
|
|
|
loader/resources/blanks/rename.js
|
2023-09-16 04:38:11 -04:00
|
|
|
loader/resources/about.md
|
2023-04-03 03:43:52 -04:00
|
|
|
loader/resources/changelog.md
|
2023-09-16 04:38:11 -04:00
|
|
|
loader/resources/support.md
|
|
|
|
|
|
|
|
# Ignore generated files
|
|
|
|
installer/mac/*.pkg
|
|
|
|
installer/windows/*.exe
|
|
|
|
|
|
|
|
# Ignore fod's include directories which are stored in this funny file
|
2022-09-01 04:02:14 -04:00
|
|
|
fods-catgirl-hideout.txt
|
2023-09-16 04:38:11 -04:00
|
|
|
|
|
|
|
# Ignore I don't even know what that is probably fod's flash testing script
|
2023-07-29 13:44:14 -04:00
|
|
|
test-docs.bat
|
2022-09-01 04:02:14 -04:00
|
|
|
|
2023-09-16 04:38:11 -04:00
|
|
|
# Ignore krita files too because we don't want our project files shaking my head
|
2022-10-20 14:19:15 -04:00
|
|
|
**/*.kra
|
2023-11-11 11:03:31 -05:00
|
|
|
|
|
|
|
# Ignore clangd cache
|
|
|
|
.cache
|
2023-12-20 12:26:00 -05:00
|
|
|
|
|
|
|
# Add bindings folder to ignore list, so people can clone a local copy of them there
|
|
|
|
bindings
|
|
|
|
bindings/**
|