mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01: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
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
|||
/build/
|
||||
/build[.-]*/
|
||||
/cmake/
|
||||
/cmake[.-]*/
|
||||
/coverage/
|
||||
/.vs/
|
||||
/.vscode/
|
||||
|
|
Loading…
Add table
Reference in a new issue