-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathunison.prf
More file actions
34 lines (29 loc) · 716 Bytes
/
Copy pathunison.prf
File metadata and controls
34 lines (29 loc) · 716 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
root = /home/bcpierce
root = ssh://saul//home/bcpierce
perms = 0 # ignore file attributes
# path = current
# path = common
ignore = Name *~
ignore = Name .*~
ignore = Name *.o
ignore = Name *.tmp
ignore = Name __pycache__
ignore = Name *.pyc
ignore = Name .git*
ignore = Name .ipynb_checkpoints
ignore = Name .DS_Store
ignore = Name slurm*
ignore = Name *.log
ignore = Name index_*
ignore = Name *_cache
ignore = Name *_files
ignore = Name *rds
ignore = Name .RData
ignore = Name .Rhistory
ignore = Path configs.sh
ignore = Name index_*
ignore = Name *.pkl
# Ignore alls csv files somewhere below runs/151103
# -> .* can span multiple folders
ignore = Regex runs/151103/.*\.csv
# ignorenot = Path runs/150512