.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)
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.


No differences found