aboutsummaryrefslogtreecommitdiff
path: root/home/.rsyncignore
blob: 105b9068b9ae13ec6865110680ab134e7dce1b45 (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
+ /.bashrc.d/
+ /.dotfiles/
+ /.emacs.d/
+ /.gitconfig/
+ /.gnupg/
+ /.password-store/
+ /.sbt/
+ /.ssh/
+ /.bash_aliases
+ /.config/google-chrome/Default/Bookmarks
+ /.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