2023-03-08 23:18:24 +00:00
|
|
|
# logs
|
|
|
|
/log
|
2023-06-04 19:34:37 +00:00
|
|
|
prof.json
|
2023-03-08 23:18:24 +00:00
|
|
|
|
2021-02-04 02:29:46 +00:00
|
|
|
# for CMake
|
|
|
|
/Testing
|
|
|
|
|
2020-08-23 02:30:12 +00:00
|
|
|
# for clion
|
|
|
|
cmake-build-debug/*
|
2022-10-14 23:35:57 +00:00
|
|
|
cmake-build-debug--o0/*
|
2020-08-23 02:30:12 +00:00
|
|
|
.idea/*
|
2020-10-16 00:59:30 +00:00
|
|
|
build/*
|
2023-03-08 23:18:24 +00:00
|
|
|
/decompiler_out*
|
2021-02-04 02:29:46 +00:00
|
|
|
logs/*
|
2023-03-29 22:24:28 +00:00
|
|
|
profile_data/*
|
2021-02-05 20:00:17 +00:00
|
|
|
|
2022-12-22 22:12:05 +00:00
|
|
|
# for vscode/clangd
|
|
|
|
.cache/*
|
|
|
|
.DS_Store
|
|
|
|
|
2022-02-12 22:48:50 +00:00
|
|
|
# wsl apparently builds to here?
|
|
|
|
linux-default/
|
|
|
|
|
2021-02-04 02:29:46 +00:00
|
|
|
# for Nix
|
|
|
|
/result*
|
2021-02-19 03:24:10 +00:00
|
|
|
|
|
|
|
\#*#
|
2021-05-08 00:54:20 +00:00
|
|
|
.#*#
|
2021-05-20 18:18:28 +00:00
|
|
|
*.pyc
|
|
|
|
|
2021-08-16 14:43:12 +00:00
|
|
|
# output from our tools
|
2021-05-20 18:18:28 +00:00
|
|
|
*.bin
|
|
|
|
*.log
|
|
|
|
*.p2s
|
2024-08-03 03:28:37 +00:00
|
|
|
out/
|
2021-05-20 18:18:28 +00:00
|
|
|
savestate-out/
|
2022-08-24 23:34:09 +00:00
|
|
|
savestate_out/
|
2021-05-26 23:40:12 +00:00
|
|
|
failures/
|
2022-08-24 23:34:09 +00:00
|
|
|
ee-results*.json
|
2022-10-16 22:09:15 +00:00
|
|
|
search-results.json
|
2022-07-01 00:17:06 +00:00
|
|
|
.env
|
2022-10-12 03:20:36 +00:00
|
|
|
/search-results.json
|
2021-08-16 14:43:12 +00:00
|
|
|
|
2021-09-26 15:41:58 +00:00
|
|
|
# graphics debug
|
2023-01-14 17:01:33 +00:00
|
|
|
debug_out/
|
2023-01-31 00:20:29 +00:00
|
|
|
glb_out/
|
2023-01-14 17:01:33 +00:00
|
|
|
gfx_dumps/
|
|
|
|
screenshots/
|
2021-09-26 15:41:58 +00:00
|
|
|
|
2021-08-16 14:43:12 +00:00
|
|
|
# game stuff
|
|
|
|
game_config/*
|
2021-09-07 00:35:03 +00:00
|
|
|
imgui.ini
|
2022-01-05 02:05:27 +00:00
|
|
|
|
|
|
|
# website stuff
|
|
|
|
node_modules/
|
2022-03-23 01:07:24 +00:00
|
|
|
|
|
|
|
# texture replacements
|
2024-05-18 16:18:25 +00:00
|
|
|
custom_assets/jak1/texture_replacements/*
|
|
|
|
custom_assets/jak2/texture_replacements/*
|
|
|
|
custom_assets/jak3/texture_replacements/*
|
2022-03-31 23:29:48 +00:00
|
|
|
|
2024-07-20 23:51:31 +00:00
|
|
|
# merc replacements
|
|
|
|
custom_assets/jak1/merc_replacements/*
|
|
|
|
custom_assets/jak2/merc_replacements/*
|
|
|
|
custom_assets/jak3/merc_replacements/*
|
|
|
|
|
2022-03-31 23:29:48 +00:00
|
|
|
# generated cmake files
|
|
|
|
svnrev.h
|
2023-04-22 18:13:57 +00:00
|
|
|
common/versions/revision.h
|
2022-04-05 00:50:08 +00:00
|
|
|
ci-artifacts/
|
2022-08-19 15:30:07 +00:00
|
|
|
__pycache__/
|
2022-09-10 22:03:17 +00:00
|
|
|
|
|
|
|
# sqlite stuff
|
|
|
|
*.db
|
|
|
|
*.db-journal
|
2022-10-11 22:18:19 +00:00
|
|
|
|
|
|
|
# backup files from OpenMaya
|
|
|
|
*.bak
|
2023-02-21 00:49:37 +00:00
|
|
|
|
|
|
|
# docs
|
|
|
|
/jak1-*.json
|
|
|
|
/jak2-*.json
|
2023-06-04 19:34:37 +00:00
|
|
|
/TODO.md
|
2023-06-08 00:04:16 +00:00
|
|
|
unifont-15.0.03.ttf
|
2023-09-14 05:31:08 +00:00
|
|
|
*.diff
|
2024-05-16 02:52:16 +00:00
|
|
|
goalc-report.html
|