From: Mark Wooding Date: Sun, 24 Nov 2019 12:08:34 +0000 (+0000) Subject: .gitignore: Reorder the patterns and make them more specific. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/bdd59e127b95bc134fc11bd52011f1bb2ba93edd?hp=bdd59e127b95bc134fc11bd52011f1bb2ba93edd .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. ---