diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-07 14:05:21 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-07 14:05:21 +0100 |
commit | f5a0e18015f3b7a61cb8271912c22efb8642a72e (patch) | |
tree | 2d1a836580e40a63eed943b3383ede62d1887f41 | |
parent | 3f02cf7ced320f25ac5f4f72d7a57d98296bfcd1 (diff) | |
parent | b5c4bc8f317bbd3894b98e35112c199d39422e92 (diff) |
Merge pull request #72821 from myaaaaaaaaa/bin-symlink
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 |