-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (76 loc) · 1.78 KB
/
Copy path.gitignore
File metadata and controls
93 lines (76 loc) · 1.78 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# =========================
# Operating System Files
# =========================
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
*~
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# qMRLab results
*.asv
Demo.mat
SPGR/Parameters/NewProtocol.mat
Data/SPGR_demo/flipdata.m
FitResults*
FitTempResults*
SimResults*
MTSAT/interface.jpg
qMRLab.prj
# Files created by the documentation
docs/build/*
External/Faddeeva_MATLAB/Faddeeva.o
docs/.idea
*.pyc
Data
# Temporary folder
tmp/
# Large files in AMICO
External/AMICO/SPAMS
# Coveralls.io reports
reports/
*coverage*
docs/source/.doctrees
External/AMICO/AMICO_matlab/exports/
mismatchOM
# GUI triage output (regenerate with Test/GUI/runBranchTriage.m)
Test/GUI/triage/
Test/GUI/b2/
Test/GUI/shots/
# Golden screenshots and component inventories. Regenerate with
# startup; addpath('Test/GUI'); captureGoldens('Test/GUI/evidence/before_X')
# startup; addpath('Test/GUI'); captureSimGoldens('Test/GUI/evidence/before_X')
# then diff the .txt files against an 'after_X' run.
#
# Not tracked: nothing reads them, they are a BEFORE/AFTER pair a human compares
# while making a change, and they are ~22 MB of PNGs whose pixels shift with the
# machine that rendered them -- a 1 px jitter on one Sim control is reproducible
# here by capturing the same tree twice. As commits they are noise in review and
# a permanent weight in the history.
Test/GUI/evidence/
guimigration/