From bdd59e127b95bc134fc11bd52011f1bb2ba93edd Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 24 Nov 2019 12:08:34 +0000 Subject: [PATCH 1/1] .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 | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4d4e499..f81c80d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ -MANIFEST -build -COPYING -algorithms.h -auto-version -mdwsetup.py *.pyc -pysetup.mk + +/COPYING +/MANIFEST +/algorithms.h +/auto-version +/build/ +/mdwsetup.py +/pysetup.mk + /t/keyring.old -- 2.11.0