diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2022-08-31 22:59:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-31 22:59:38 -0400 |
| commit | 584a4ad818df3046c2e13d0ab1c2e6a7f6c67fa6 (patch) | |
| tree | 363e3a7db8c4dbc8f12f2171971e0fbfc32f91aa /.gitignore | |
| parent | bf505dba5cef0aaffb4576c9b4c4f430e9bceb43 (diff) | |
Linux crash handler (#1209)
* crash handler linux
* cleanups
* missing underscore
* more cleanups
* cleanups
* 32 bit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1df76208d..98fe2b637 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ .idea/ cmake-build-debug venv/ +.cache/ # Project-specific ignores build/ @@ -410,6 +411,7 @@ oot.otr *.sav shipofharkinian.ini shipofharkinian.json +imgui.ini # Switch Stuff |
