Skip to content

Commit 64d2f2c

Browse files
committed
update gitignore
1 parent dc9ed99 commit 64d2f2c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.gitignore

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
*DS_Store
22

3-
*.m~
4-
*octave-workspace
5-
63
.vscode/*
74

8-
# exclude content of logfiles folders
95
*.tsv
6+
107
*.mat
11-
check_my_code_report.txt
128

139
# exclude content of files for virtual env (mostly for the doc)
1410
cpp_ptb
@@ -18,14 +14,9 @@ env
1814
/docs/build
1915

2016
# exclude temp files from tests and coverage
21-
*test_code_report.txt
2217
test_report.log
2318
*coverage*
2419

25-
# exclude node js stuff
26-
node_modules/*
27-
package-lock.json
28-
2920
## MATLAB / OCTAVE gitignore template
3021

3122
# From : https://github.com/github/gitignore/blob/master/Global/MATLAB.gitignore

0 commit comments

Comments
 (0)