luau/.gitignore

17 lines
175 B
Text
Raw Normal View History

/build/
/build[.-]*/
/cmake/
/cmake[.-]*/
/coverage/
/.vs/
/.vscode/
/fuzz/luau.pb.*
/crash-*
/default.prof*
/fuzz-*
/luau
2022-08-04 23:35:33 +01:00
/luau-tests
/luau-analyze
2023-08-08 00:26:16 +01:00
/luau-compile
2022-07-29 05:24:07 +01:00
__pycache__