From 36fc45d87b6c71c03d34186898acb35a548ecfa2 Mon Sep 17 00:00:00 2001 From: tbjump Date: Tue, 27 Jun 2023 16:49:13 +0000 Subject: [PATCH] gitignore: ignore *.prof --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e22024f31..a6056a334 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ bigtable-writer.json /ethereum/cache/ sui.log.* sui/examples/wrapped_coin +*.prof \ No newline at end of file