aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPetter Rasmussen2017-02-04 10:51:58 +0100
committerGitHub2017-02-04 10:51:58 +0100
commitc7ad97798acefc2f801393d5bf59876386954f46 (patch)
tree7481a125bf6cb59a9b386164eba290032418452c /README.md
parent9a97a02661da67824828193fd90d6eb4bda67811 (diff)
parent9f5145bd2a165501b2ed830b1db68e9f2a045b9a (diff)
downloadgdrive-c7ad97798acefc2f801393d5bf59876386954f46.tar.bz2
Merge pull request #213 from X1011/patch-1
clarify that only the root .gdriveignore is used
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 500467a..843fccd 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ through the Google API Console, and its location is relative to the config dir.
#### .gdriveignore
Placing a .gdriveignore in the root of your sync directory can be used to
skip certain files from being synced. .gdriveignore follows the same
-rules as [.gitignore](https://git-scm.com/docs/gitignore).
+rules as [.gitignore](https://git-scm.com/docs/gitignore), except that gdrive only reads the .gdriveignore file in the root of the sync directory, not ones in any subdirectories.
## Usage