Adding the GPL. It did not have a license before this because the source was not public.
Getting caught up with some cr/lf changes.
This commit is contained in:
18
.sync/IgnoreList
Executable file
18
.sync/IgnoreList
Executable file
@ -0,0 +1,18 @@
|
||||
# IgnoreList is a UTF-8 encoded .txt file that helps you specify single files, paths and rules
|
||||
# for ignoring during the synchronization job. It supports "?" and "*" wildcard symbols.
|
||||
#
|
||||
#
|
||||
# OS generated files #
|
||||
.DS_Store
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
desktop.ini
|
||||
Thumbs.db
|
||||
# Temporary files #
|
||||
~*
|
||||
*~
|
||||
.~lock.*
|
||||
*.part
|
||||
*.crdownload
|
||||
._*
|
7
.sync/StreamsList
Executable file
7
.sync/StreamsList
Executable file
@ -0,0 +1,7 @@
|
||||
# StreamsList is a UTF-8 encoded .txt file that helps you specify alternate streams,
|
||||
# xattrs and resource forks white list. It supports "?" and "*" wildcard symbols.
|
||||
#
|
||||
#
|
||||
com.apple.metadata:_kMDItemUserTags
|
||||
com.apple.ResourceFork
|
||||
com.apple.metadata:kMDItemFinderComment
|
Reference in New Issue
Block a user