From c677409e685826139810ecfc4f8ba9b260de5e99 Mon Sep 17 00:00:00 2001 From: Roberto Catalan Date: Mon, 8 May 2023 10:59:00 -0300 Subject: [PATCH] Add ignore for casm and sierra files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 01c4357d9d..010070081c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ **/*.json !hint_accountant/whitelists/*.json !cairo_programs/manually_compiled/*.json +**/*.casm +**/*.sierra **/*.trace **/*.memory **/*.swp