mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
.gitignore: Fix build folder for non-default CLion toolchains
This commit is contained in:
parent
67562f6565
commit
08576004ea
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -21,6 +21,7 @@ bin/
|
|||
.vscode/
|
||||
.cache/
|
||||
.DS_Store
|
||||
/cmake-build-*
|
||||
|
||||
# IDA
|
||||
*.id0
|
||||
|
|
@ -46,4 +47,3 @@ perf.data.old
|
|||
tools/check
|
||||
tools/listsym
|
||||
tools/decompme
|
||||
/cmake-build-debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue