gitignore : add .test

This commit is contained in:
Georgi Gerganov
2023-04-14 20:13:47 +03:00
parent 2c856fb9e5
commit 34b772727d

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.o *.o
*.a *.a
.cache/ .cache/
.test/
.vs/ .vs/
.vscode/ .vscode/
.DS_Store .DS_Store