From 34b772727d8cc9c3af3d4e5e8fe06167f7977ec4 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 14 Apr 2023 20:13:47 +0300 Subject: [PATCH] gitignore : add .test --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e2542584afe..3d51e0be7d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.a .cache/ +.test/ .vs/ .vscode/ .DS_Store