mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 06:09:57 +00:00
8a18072d97
* git: ignore vs build dir * cmake: ditch `clang-cl` on windows in favor of actual `clang` * build: suppress a significant number of warnings * build: adjust workflows and vendor nasm * docs: update docs to remove `clang-cl` mentions * tests: move jak1 reference tests into their own folder * tests: update offline tests to support multiple games * tests: some additional fixes and multi-game handling * tests: update reference tests
16 lines
569 B
Plaintext
16 lines
569 B
Plaintext
# Ensure line endings are consistently 'LF'
|
|
* text=auto
|
|
|
|
third-party/**/* linguist-vendored
|
|
third-party/**/* linguist-generated
|
|
test/decompiler/reference/** linguist-vendored
|
|
# suppress from PR diffs - is just reviewing the same thing twice (if properly added to g_src)
|
|
test/decompiler/reference/** linguist-generated
|
|
goal_src/import/** linguist-vendored
|
|
goal_src/import/** linguist-generated
|
|
*.gc linguist-language=lisp
|
|
*.gd linguist-language=lisp
|
|
*.gs linguist-language=Scheme
|
|
*.gp linguist-language=Scheme
|
|
goal_src/engine/gfx/ocean/ocean-tables.gc linguist-vendored
|