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

index 4d4e499..f81c80d 100644 (file)
@@ -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