aboutsummaryrefslogtreecommitdiff
path: root/home/.rsyncignore
blob: 9eabc93939ce09cc40ec3c96086d7b136391a490 (plain) (blame)
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
# keep these hidden files and directories
+ /.dotfiles/
+ /.drone/
+ /.emacs.d/
+ /.gitconfig/
+ /.gnupg/
+ /.mutt/
+ /.password-store/
+ /.sbt/
+ /.ssh/
+ /.rsyncignore

# ignore other hidden files in this directory
- /.*

# ignore temporary files
- **~

# ignore files in any .gitignore files
dir-merge,- .gitignore

# ignore following directories
- /downloads
- /images
- /opt
- /tmp
- /vm