From 12b2838de092240942da889a07597526b4b3a978 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 29 Oct 2021 12:59:45 -0700 Subject: [PATCH] Update .gitignore to match upstream --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8ef604e..0b2422c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ -# Emacs -*~ - -# MacOS -.DS_Store +^build/ +^coverage/ +^fuzz/luau.pb.* +^crash-* +^default.prof* +^fuzz-* +^luau$