From 45997ecc6717bff11aa4014166fc53321646ed79 Mon Sep 17 00:00:00 2001 From: lizz Date: Mon, 30 Mar 2020 15:13:32 +0800 Subject: [PATCH] Ignore benchlist.txt and profile.prof Signed-off-by: lizz --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c04987a45a..73ba032e2a 100644 --- a/.gitignore +++ b/.gitignore @@ -112,7 +112,11 @@ data *.pkl *.pkl.json *.log.json +benchlist.txt work_dirs/ # Pytorch *.pth + +# Profile +*.prof