aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-24 00:00:56 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-24 00:00:56 -0400
commit5bc069bb6c072f11b31072d1e4ec705ac3a3b272 (patch)
tree49cc34c1bfbbf0e796352036b916ca6bd6d57100 /README.rst
parenta8feb6ad1bc6252d4e5752c2463576438ea8dc95 (diff)
parentd2d0ffc3cf4cddd9c285aaf41aa45d25eb4c62a4 (diff)
downloaddotfiles-5bc069bb6c072f11b31072d1e4ec705ac3a3b272.tar.gz
dotfiles-5bc069bb6c072f11b31072d1e4ec705ac3a3b272.tar.bz2
dotfiles-5bc069bb6c072f11b31072d1e4ec705ac3a3b272.zip
Merge branch 'feature/glob-ignore' into develop
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index d717ff9..7546373 100644
--- a/README.rst
+++ b/README.rst
@@ -81,7 +81,8 @@ example configuration file might look like: ::
repository = ~/Dotfiles
ignore = [
'.git',
- '.gitignore']
+ '.gitignore',
+ '*.swp']
externals = {
'.bzr.log': '/dev/null',
'.uml': '/tmp'}
@@ -124,9 +125,11 @@ I have the following in my ``~/.dotfilesrc``: ::
[dotfiles]
ignore = [
'.git',
- '.gitignore']
+ '.gitignore',
+ '*.swp]
-Any file you list in ``ignore`` will be skipped.
+Any file you list in ``ignore`` will be skipped. The ``ignore`` option supports
+glob file patterns.
License
-------
@@ -156,4 +159,4 @@ changes to the **develop** branch (or branch off of it), and send a pull
request. Make sure you add yourself to AUTHORS_.
.. _`the repository`: https://github.com/jbernard/dotfiles
-.. _AUTHORS: https://github.com/jbernard/dotfiles/blob/master/AUTHORS
+.. _AUTHORS: https://github.com/jbernard/dotfiles/blob/master/AUTHORS.rst