diff options
Diffstat (limited to '.rsyncignore')
-rw-r--r-- | .rsyncignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.rsyncignore b/.rsyncignore new file mode 100644 index 0000000..8024943 --- /dev/null +++ b/.rsyncignore @@ -0,0 +1,9 @@ +# List of directories and files to ignore +# Git specific +.gitignore +README.md +LICENSE +.git/ + +# Rsync specific +.rsyncignore |