mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 17:16:47 -04:00
a135beb201
* caching a little bit * provide CMake with the explicit path to sccache.exe * map ACTIONS_RESULTS_URL to ACTIONS_CACHE_URL so sccache can upload the files... * i removed the parallel oops * small change * doing a little bit of flag editing * update sccache and cache nuget stuff
77 lines
709 B
Plaintext
77 lines
709 B
Plaintext
/generated/
|
|
/Assets/
|
|
/assets/
|
|
/PulsarPacks/
|
|
*.dol
|
|
*.rel
|
|
*.szs
|
|
*.arc
|
|
*.brres
|
|
*.thp
|
|
*.bmg
|
|
*.brsar
|
|
*.breff
|
|
*.u8
|
|
*.carc
|
|
*.iso
|
|
*.rvz
|
|
*.wbfs
|
|
*.nkit
|
|
*.ciso
|
|
*.gcm
|
|
*.wad
|
|
Code.pul
|
|
|
|
# Build output
|
|
/build/
|
|
/build-*/
|
|
/native-build/
|
|
/native-build-macos/
|
|
/local-products/
|
|
/dist/
|
|
/out/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.pdb
|
|
*.ilk
|
|
*.map
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake-build-*/
|
|
|
|
|
|
# .NET
|
|
/translator/TestResults/
|
|
**/TestResults/
|
|
*.user
|
|
*.suo
|
|
*.userprefs
|
|
project.lock.json
|
|
.packages/
|
|
|
|
# Launcher artifacts
|
|
/Launcher/artifacts/
|
|
/Launcher/dist/
|
|
/Launcher/WiiCompiled-Setup.exe
|
|
*.exe
|
|
*.msi
|
|
|
|
|
|
# Local tooling and editors
|
|
/.vs/
|
|
/.vscode/
|
|
/.idea/
|
|
/tools/
|
|
/TEMP/
|
|
/tmp/
|
|
/test_output/
|
|
*.log
|
|
output.txt
|
|
|
|
# Operating System
|
|
.DS_Store
|