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

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

# ignore temporary files
- **~

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

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