generated from janklab/MatlabProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (58 loc) · 1.18 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# .gitignore for Matlab projects
# Note that the various binary MEX file formats are NOT included in this .gitignore.
# That is because, unlike with most programming languages, the built binary MEX files
# should be checked into the source tree so your code can still run straight from the
# repo without a build step; they are not just distribution artifacts.
# Build dirs and artifacts
/build
/dist
*/target
src/java/fancyclip-java/target
/*.mltbx
/coverage
# Do NOT check the Matlab Toolbox .prj file in to the repo! This file can *not* be
# shared between multiple users, because Matlab bakes full, absolute file paths
# in to it.
fancyclip.prj
M-doc/
# Editor and IDE droppings
.idea
~*
*.m~
/.factorypath
.classpath
/.ijwb/
# VS Code stuff
.project
.settings
# Doc site server droppings
_site
.sass-cache
.jekyll-cache
Gemfile.lock
doc-src/site/
doc/site/
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Runtime and debug droppings
matlab-crash-dump*
*.pyc
__pycache__
/venv/
*.log
.ipynb_checkpoints
hs_err_pid*
/test-output/
/test-results/
/coverage/
/coverage-results/
# Editor, OS, and file browser droppings
*.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/