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

# ignore other hidden files
- /.*

# ignore temporary files
- **~

# ignore files in any .gitignore files
- : .gitignore

# ignore following directories
- /Downloads
- /opt