mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01: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. 
This commit is contained in:
parent
a8047b2e46
commit
5cdea64b7a
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
/build/
|
/build/
|
||||||
/build[.-]*/
|
/build[.-]*/
|
||||||
|
/out
|
||||||
/cmake/
|
/cmake/
|
||||||
/cmake[.-]*/
|
/cmake[.-]*/
|
||||||
/coverage/
|
/coverage/
|
||||||
|
|
Loading…
Add table
Reference in a new issue