Skip to content

Commit ce2f5a0

Browse files
committed
add gitignore
1 parent a91db6e commit ce2f5a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*DS_Store
2+
3+
*.m~
4+
*octave-workspace
5+
6+
# exclude content of logfiles folders
7+
*/logfiles/*
8+
*/*/*/logfiles/*
9+
*.tsv
10+
*.mat

0 commit comments

Comments
 (0)