summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-01-06 21:17:18 +0100
committerJakob Borg <jakob@nym.se>2014-01-06 21:17:18 +0100
commit986b15573a66f95beae53b10371ba50ab147124a (patch)
tree453934e2d62c658bcc4a9b85a2d46faa4a6420ee /README.md
parent46d828e349b212f869504799d0d0ebc1c772ba0a (diff)
Ignore files matching patterns in .stignore (fixes #7)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7e4a39812..ad1ccd0f4f 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,15 @@ $ syncthing --gui 127.0.0.1:8080
You then point your browser to the given address.
+Excluding Files
+---------------
+
+syncthing looks for files named `.stignore` while walking the
+repository. The file is expected to contain glob patterns of file names
+to ignore. Patterns are matched on file name only and apply to files in
+the same directory as the `.stignore` file and in directories lower down
+in the hierarchy.
+
License
=======