mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
add cmake folder to .gitignore (#1246)
In the readme file under the building section, it specifies that you should run the command `mkdir cmake && cd cmake`; however, the folder is not currently being ignored.
This commit is contained in:
parent
c73ecd8e08
commit
0dbe1a5022
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
/build/
|
/build/
|
||||||
/build[.-]*/
|
/build[.-]*/
|
||||||
|
/cmake/
|
||||||
|
/cmake[.-]*/
|
||||||
/coverage/
|
/coverage/
|
||||||
/.vs/
|
/.vs/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
Loading…
Reference in New Issue
Block a user