chiark / gitweb /
.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>
Fri, 10 Apr 2020 21:42:39 +0000 (22:42 +0100)
commit519b38925dfb6de92bd89f97db4d876512c4d54d
treebf274fca4a977c63d0f3bdf1b350b3c977796836
parentf7d3940664920f2df067316a989896b3d5b5ae41
.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