jak-project/.gitignore
sardap 5777b6e058
Added screenshot hotkey (#1776)
* Added screenshot hotkey and added a toggle to debug GUI to disable screenshot hotkey (#1765)

* Renamed gfx_dumps folder to screenshots and screenshots taken with hotkey now use game render options not debug gui screenshot render options (#1765)

* Updated get current timestamp to use strftime

* fixed clang formating errors for screenshot hotkey

Co-authored-by: sardap <sardap@users.noreply.github.com>
2022-08-23 19:13:26 -04:00

51 lines
531 B
Plaintext

# for CMake
/Testing
# for clion
cmake-build-debug/*
.idea/*
build/*
decompiler_out/*
decompiler_out2/*
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
.env
# graphics debug
debug_out/*
gfx_dumps/*
screenshots/*
# game stuff
game_config/*
imgui.ini
# website stuff
node_modules/
# texture replacements
texture_replacements/*
# generated cmake files
svnrev.h
ci-artifacts/
out/build/
__pycache__/