diff options
| author | Dmytro Ivanov <[email protected]> | 2024-09-27 14:07:17 +0200 |
|---|---|---|
| committer | Dmytro Ivanov <[email protected]> | 2024-10-02 15:46:07 +0200 |
| commit | ac5e18320323310f816fe8df0f46ebd7effcecd9 (patch) | |
| tree | 227d589b96adb2bb66f1d6488f5388d074e820c6 /.gitignore | |
| parent | 5.5.8 (diff) | |
| download | zen-di/add_cmake_dev.tar.xz zen-di/add_cmake_dev.zip | |
add cmake build config to be able to use cliondi/add_cmake_dev
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d41ddc59f..0b0e6e8d8 100644 --- a/.gitignore +++ b/.gitignore @@ -220,4 +220,6 @@ CMake* .cache/ # Ue tool chain temp directory -.tmp-ue-toolchain/
\ No newline at end of file +.tmp-ue-toolchain/ + +.idea/
\ No newline at end of file |