|
a |
|
b/.gitignore |
|
|
1 |
|
|
|
2 |
.ipynb_checkpoints |
|
|
3 |
|
|
|
4 |
################# |
|
|
5 |
## Eclipse |
|
|
6 |
################# |
|
|
7 |
|
|
|
8 |
*.pydevproject |
|
|
9 |
.project |
|
|
10 |
.metadata |
|
|
11 |
bin/ |
|
|
12 |
tmp/ |
|
|
13 |
*.tmp |
|
|
14 |
*.bak |
|
|
15 |
*.swp |
|
|
16 |
*~.nib |
|
|
17 |
local.properties |
|
|
18 |
.classpath |
|
|
19 |
.settings/ |
|
|
20 |
.loadpath |
|
|
21 |
|
|
|
22 |
# External tool builders |
|
|
23 |
.externalToolBuilders/ |
|
|
24 |
|
|
|
25 |
# Locally stored "Eclipse launch configurations" |
|
|
26 |
*.launch |
|
|
27 |
|
|
|
28 |
# CDT-specific |
|
|
29 |
.cproject |
|
|
30 |
|
|
|
31 |
# PDT-specific |
|
|
32 |
.buildpath |
|
|
33 |
|
|
|
34 |
|
|
|
35 |
################# |
|
|
36 |
## Visual Studio |
|
|
37 |
################# |
|
|
38 |
|
|
|
39 |
## Ignore Visual Studio temporary files, build results, and |
|
|
40 |
## files generated by popular Visual Studio add-ons. |
|
|
41 |
|
|
|
42 |
# User-specific files |
|
|
43 |
*.suo |
|
|
44 |
*.user |
|
|
45 |
*.sln.docstates |
|
|
46 |
|
|
|
47 |
# Build results |
|
|
48 |
[Dd]ebug/ |
|
|
49 |
[Rr]elease/ |
|
|
50 |
*_i.c |
|
|
51 |
*_p.c |
|
|
52 |
*.ilk |
|
|
53 |
*.meta |
|
|
54 |
*.obj |
|
|
55 |
*.pch |
|
|
56 |
*.pdb |
|
|
57 |
*.pgc |
|
|
58 |
*.pgd |
|
|
59 |
*.rsp |
|
|
60 |
*.sbr |
|
|
61 |
*.tlb |
|
|
62 |
*.tli |
|
|
63 |
*.tlh |
|
|
64 |
*.tmp |
|
|
65 |
*.vspscc |
|
|
66 |
.builds |
|
|
67 |
*.dotCover |
|
|
68 |
|
|
|
69 |
## TODO: If you have NuGet Package Restore enabled, uncomment this |
|
|
70 |
#packages/ |
|
|
71 |
|
|
|
72 |
# Visual C++ cache files |
|
|
73 |
ipch/ |
|
|
74 |
*.aps |
|
|
75 |
*.ncb |
|
|
76 |
*.opensdf |
|
|
77 |
*.sdf |
|
|
78 |
|
|
|
79 |
# Visual Studio profiler |
|
|
80 |
*.psess |
|
|
81 |
*.vsp |
|
|
82 |
|
|
|
83 |
# ReSharper is a .NET coding add-in |
|
|
84 |
_ReSharper* |
|
|
85 |
|
|
|
86 |
# Installshield output folder |
|
|
87 |
[Ee]xpress |
|
|
88 |
|
|
|
89 |
# DocProject is a documentation generator add-in |
|
|
90 |
DocProject/buildhelp/ |
|
|
91 |
DocProject/Help/*.HxT |
|
|
92 |
DocProject/Help/*.HxC |
|
|
93 |
DocProject/Help/*.hhc |
|
|
94 |
DocProject/Help/*.hhk |
|
|
95 |
DocProject/Help/*.hhp |
|
|
96 |
DocProject/Help/Html2 |
|
|
97 |
DocProject/Help/html |
|
|
98 |
|
|
|
99 |
# Click-Once directory |
|
|
100 |
publish |
|
|
101 |
|
|
|
102 |
# Others |
|
|
103 |
[Bb]in |
|
|
104 |
[Oo]bj |
|
|
105 |
sql |
|
|
106 |
TestResults |
|
|
107 |
*.Cache |
|
|
108 |
ClientBin |
|
|
109 |
stylecop.* |
|
|
110 |
~$* |
|
|
111 |
*.dbmdl |
|
|
112 |
Generated_Code #added for RIA/Silverlight projects |
|
|
113 |
|
|
|
114 |
# Backup & report files from converting an old project file to a newer |
|
|
115 |
# Visual Studio version. Backup files are not needed, because we have git ;-) |
|
|
116 |
_UpgradeReport_Files/ |
|
|
117 |
Backup*/ |
|
|
118 |
UpgradeLog*.XML |
|
|
119 |
|
|
|
120 |
|
|
|
121 |
|
|
|
122 |
############ |
|
|
123 |
## Windows |
|
|
124 |
############ |
|
|
125 |
|
|
|
126 |
# Windows image file caches |
|
|
127 |
Thumbs.db |
|
|
128 |
|
|
|
129 |
# Folder config file |
|
|
130 |
Desktop.ini |
|
|
131 |
|
|
|
132 |
|
|
|
133 |
############# |
|
|
134 |
## Python |
|
|
135 |
############# |
|
|
136 |
|
|
|
137 |
*.py[co] |
|
|
138 |
|
|
|
139 |
# Packages |
|
|
140 |
*.egg |
|
|
141 |
*.egg-info |
|
|
142 |
dist |
|
|
143 |
build |
|
|
144 |
eggs |
|
|
145 |
parts |
|
|
146 |
bin |
|
|
147 |
var |
|
|
148 |
sdist |
|
|
149 |
develop-eggs |
|
|
150 |
.installed.cfg |
|
|
151 |
|
|
|
152 |
# Installer logs |
|
|
153 |
pip-log.txt |
|
|
154 |
|
|
|
155 |
# Unit test / coverage reports |
|
|
156 |
.coverage |
|
|
157 |
.tox |
|
|
158 |
|
|
|
159 |
#Translations |
|
|
160 |
*.mo |
|
|
161 |
|
|
|
162 |
#Mr Developer |
|
|
163 |
.mr.developer.cfg |
|
|
164 |
|
|
|
165 |
# Mac crap |
|
|
166 |
.DS_Store |
|
|
167 |
for_single_workstation/depreciated/mas_fusion_batch_pbs_qsub.sh |
|
|
168 |
for_single_workstation/depreciated/mas_quickcheck.sh |
|
|
169 |
for_single_workstation/depreciated/mas_fusion.sh |
|
|
170 |
for_single_workstation/depreciated/mas_mapping.sh |
|
|
171 |
for_single_workstation/depreciated/mas_mapping.sh |
|
|
172 |
for_single_workstation/depreciated/mas_mapping_batch_pbs_qsub.sh |
|
|
173 |
mas_masking_batch.sh |
|
|
174 |
docs/Pipeline_ReadMe.pptx |