-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
42 lines (30 loc) · 892 Bytes
/
.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
# Ignore Eclipse Project files
*.project
*.buildpath
*.pydevproject
# Ignore JetBrains IDE files
.idea
# Ignore backup files generated by some editors (e.g. emacs)
*~
*.*~
# Ignore compile Python modules
*.pyc
# Ignore scripts auto-generated for packaging
MsmAllPackaging/scripts_to_submit/*
# Ignore log files generated by packaging
MsmAllPackaging/logs/*
# Ignore text files that are inputs for MakeAverageDataset
MakeAverageDataset/*.txt
# Ignore log files generated by package correction
correct_task_analysis_packages/logs/*
# Ignore Tab Separated Values files - outputs from some reports
*.tsv
# Ignore Open Document Spreadsheet files - outputs built from some TSV reports
*.ods
# Ignore .tmp files and .status files generated by status checks
*.tmp
*.status
## Ignore subject list input files
#*.subjects
# Ignore generated documentation files (odt, docx, etc.)
generated/*