-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (43 loc) · 709 Bytes
/
.gitignore
File metadata and controls
48 lines (43 loc) · 709 Bytes
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
# some log and debug files
.DS_Store
log
log2
Contents.txt
cat_long_main.txt
INSTALL.txt
catlog*.txt
templates_animals/
logs/
CAT/
cat2*.m
# ignore zip, pdf, doc*, and nifti
# *.mex from Octave compiling
*.mex
*.asv
*.zip
*.pdf
*.doc*
*.nii
*.webloc
*/*.nii
*.m~
*.~
*.log
# ignore CAT log/report files
log*.txt
CheckSample*.csv
# but consider nifti in template folders
!templates_MNI152NLin2009cAsym/*.nii.gz
!templates_MNI152NLin2009cAsym_1mm/*.nii.gz
!templates_MNI152NLin2009cSym/*.nii.gz
!templates_external/*.nii.gz
!templates_animals/*nii.gz
!templates_volumes_not_distributed/*nii.gz
# exclude some folders
/logs
/data
check_pipeline/
/private
/cattest
/templates_animals_internal
debug_*.mat