mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
Add default "out" folder for CMake Project Visual Studio (#1394)
https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170#ide-integration Apparently ``/out`` is a default folder when opening the project as a CMake project in Visual Studio. Could it be added to the ``.gitignore`` please. ![image](https://github.com/user-attachments/assets/10add17c-bbfc-4811-8c43-0ed2e84c5b9e)
This commit is contained in:
parent
a8047b2e46
commit
5cdea64b7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
/build/
|
||||
/build[.-]*/
|
||||
/out
|
||||
/cmake/
|
||||
/cmake[.-]*/
|
||||
/coverage/
|
||||
|
Loading…
Reference in New Issue
Block a user