changed .gitignore

This commit is contained in:
v.chau 2025-07-08 15:48:48 +02:00
parent d3b8a9ac41
commit a4dfc30f77
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
*.mat
other/
other/

4
data/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
#Ignore everything in this directory
*
# Except this file
!.gitignore