.gitignore: Reorder the patterns and make them more specific.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 12:08:34 +0000 (12:08 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commitbdd59e127b95bc134fc11bd52011f1bb2ba93edd
treedf3a332c5df9e2e46c2faaa9f6a028af96e39083
parentb15e0dce832fa166c04a6a6e7c26b77bcb0d5166
.gitignore: Reorder the patterns and make them more specific.

Place recursively applicable patterns at the top (just `*.pyc' for
now).  Prefix others with `/' to keep them local.  Suffix directory
names with `/' for clarity's sake.
.gitignore