From b473ca7e58a618bcf09417914c036e21ae4ce3f8 Mon Sep 17 00:00:00 2001 From: Remco Wendt Date: Mon, 24 Oct 2011 00:45:32 +0200 Subject: Updated documentation to include glob option for ignore --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d717ff9..1c39637 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 ------- -- cgit v1.2.3 From d2d0ffc3cf4cddd9c285aaf41aa45d25eb4c62a4 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sun, 23 Oct 2011 23:58:59 -0400 Subject: Fix incorrect AUTHORS url --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1c39637..7546373 100644 --- a/README.rst +++ b/README.rst @@ -159,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 -- cgit v1.2.3