jak-project/.gitignore
Tyler Wilding 67b4afc506
Display the currently built commit sha when debugging the game (#1266)
* generate a string constant with the currently built commit sha

* draw the commit sha on the top left
2022-03-31 19:29:48 -04:00

46 lines
457 B
Plaintext

# for CMake
/Testing
# for clion
cmake-build-debug/*
.idea/*
build/*
decompiler_out/*
logs/*
# wsl apparently builds to here?
linux-default/
# for Nix
/result*
\#*#
.#*#
*.pyc
# output from our tools
*.bin
*.log
*.p2s
savestate-out/
failures/
ee-results.json
# graphics debug
debug_out/*
gfx_dumps/*
# game stuff
game_config/*
imgui.ini
# website stuff
node_modules/
# texture replacements
texture_replacements/*
# generated cmake files
svnrev.h