diff options
author | myaaaaaaaaa <103326468+myaaaaaaaaa@users.noreply.github.com> | 2023-02-07 01:21:56 -0500 |
---|---|---|
committer | myaaaaaaaaa <103326468+myaaaaaaaaa@users.noreply.github.com> | 2023-02-07 01:21:56 -0500 |
commit | b5c4bc8f317bbd3894b98e35112c199d39422e92 (patch) | |
tree | 236a2d1b780d4d47d2b4d2ce59ab8f54d806ae58 | |
parent | c40020513ac8201a449b5ae2eeb58fef0ce0a2a4 (diff) |
Change .gitignore's bin/ to bin
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ca96220570..e9beb26e7e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ misc/hooks/pre-commit-custom-* ############################# # Buildsystem -bin/ +bin *.gen.* compile_commands.json platform/windows/godot_res.res |