From 07df009b46f462b11823d46e89786dedce55e306 Mon Sep 17 00:00:00 2001 From: Hongzheng-Li Date: Sat, 7 Jan 2023 11:38:38 +0800 Subject: [PATCH] [gitignore] dataset, profiling, vscode-workspace --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index db9396440596..7567765f3ef9 100644 --- a/.gitignore +++ b/.gitignore @@ -140,6 +140,7 @@ examples/pytorch/generative_graph/*.p # data directory _download +dataset/ # CTags & CScope tags @@ -157,6 +158,7 @@ cscope.* # vscode .clangd .vscode +*.code-workspace # asv .asv @@ -167,3 +169,6 @@ config.cmake # model file *.pth + +# profiling +MyCodes/Profiling/