diff options
author | Nicolás Carrasco <ncarrasco2006@gmail.com> | 2022-01-23 19:54:51 +0100 |
---|---|---|
committer | Nicolás Carrasco <ncarrasco2006@gmail.com> | 2022-01-26 20:12:05 +0100 |
commit | f227a0179fa8ba38b43589843546297b586390d0 (patch) | |
tree | 9aa884f604c8ff8708981fb30d500930966bc394 /test/.gitignore | |
parent | a2633446536cb3ec9e9b3cb67bc67fa478557752 (diff) | |
download | redot-cpp-f227a0179fa8ba38b43589843546297b586390d0.tar.gz |
Fix Test CMake project for Windows and parametrize paths
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index e0b51db..c6d8394 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,3 +1,7 @@ +# Generated directories with binaries +build +bin + # Godot 4+ specific ignores .godot/ |