Sample Ignorelist file?


fefrie

Recommended Posts

Hi there, could someone create a sample ignorelist file for me?

 

I'm familiar enough with the syntax, however, I don't know where/how to place it.

 

And it also seems that the ignorelist structure is different between 1.4 and 2.x.

 

If I want to ignore a folder called [Sample], how would I insert the syntax?

 

1.4

 

# 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
._*

 

and 2.x

 

 

# 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
@eaDir
@SynoResource
.@__thumb
._*

 

As you can see, they're both slightly different.

 

Where do I insert the rule/exception?
 

Link to comment
Share on other sites

fefrie, default IgnoreLists are almost the same, but for 2.x versions there are additional strings to ignore certain files. You just need to add a new string and place file or folder name you want to ignore. Here is an example:

(starting from two last strings:)
.@__thumb
._*
Ignored-folder
[Sample]

Text under "#" symbol are comments. They were added to make it easier for you to organize ignored folders. But logic is the same and you can place new strings in any "section".

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.