mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-24 14:49:47 +00:00
d4e68e7ef4
* add IR syntax highlighting * set the filterFileRegex properly!
25 lines
192 B
Plaintext
25 lines
192 B
Plaintext
# for CMake
|
|
/Testing
|
|
|
|
# for clion
|
|
cmake-build-debug/*
|
|
.idea/*
|
|
build/*
|
|
decompiler_out/*
|
|
logs/*
|
|
|
|
|
|
# for Nix
|
|
/result*
|
|
|
|
\#*#
|
|
.#*#
|
|
*.pyc
|
|
|
|
*.bin
|
|
*.log
|
|
*.p2s
|
|
savestate-out/
|
|
failures/
|
|
ee-results.json
|