diff options
| author | Fuwn <[email protected]> | 2022-01-21 13:09:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-21 13:09:46 -0800 |
| commit | a4c7ddc776bef22853529521925267868bb73715 (patch) | |
| tree | 22d2deeb11f3b314c9d5370a3fc2ecb7253d2d67 | |
| parent | chore(soyuz): bump version patch (diff) | |
| download | soyuz-a4c7ddc776bef22853529521925267868bb73715.tar.xz soyuz-a4c7ddc776bef22853529521925267868bb73715.zip | |
fix(.gitignore): ignore all build directories
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ /.idea/ # CMake -/cmake-build-debug/ +/cmake-build-* /build/ /deps/ |