gitignore : add .test

This commit is contained in:
Georgi Gerganov 2023-04-14 20:13:47 +03:00
parent 2c856fb9e5
commit 34b772727d
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

1
.gitignore vendored
View File

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