diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-10-24 00:13:18 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-10-24 00:13:18 -0400 |
commit | f42e86923ab6e136520f36bf87627a198b26833f (patch) | |
tree | 0e330ff267d8cbbc6c3d4bc6f0f3819588516e2a /README.rst | |
parent | 392ae7974f7aed0c8ff6510d187caaa41b11d2ff (diff) | |
parent | 8a22c0b1514d281b83fdb55a82f328c190562efe (diff) | |
download | dotfiles-f42e86923ab6e136520f36bf87627a198b26833f.tar.gz dotfiles-f42e86923ab6e136520f36bf87627a198b26833f.tar.bz2 dotfiles-f42e86923ab6e136520f36bf87627a198b26833f.zip |
Merge branch 'release/0.4.3'v0.4.3
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |