diff options
| author | Stefan Boberg <[email protected]> | 2024-08-14 17:31:46 +0000 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2024-10-10 09:56:40 +0200 |
| commit | f1c9058e80c1ebd7e92bda72999e66070edbbe4d (patch) | |
| tree | de7cf58205944c017c2eacbcf0fb42690d221240 | |
| parent | removed test code (diff) | |
| download | zen-f1c9058e80c1ebd7e92bda72999e66070edbbe4d.tar.xz zen-f1c9058e80c1ebd7e92bda72999e66070edbbe4d.zip | |
more general .gitignore rule for toolchains
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d41ddc59f..7f4773466 100644 --- a/.gitignore +++ b/.gitignore @@ -220,4 +220,4 @@ CMake* .cache/ # Ue tool chain temp directory -.tmp-ue-toolchain/
\ No newline at end of file +.tmp-ue*/ |