diff options
author | Yves Orton <demerphq@gmail.com> | 2014-12-25 15:44:14 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2014-12-25 16:39:03 +0100 |
commit | 19bf1007743b4337230ad3a4538df4bd94311fc4 (patch) | |
tree | df082ff37ef5b4712b5de719fea3206c145d01b8 /.gitignore | |
parent | 1d43193d5d388c2cc55fe51bcb525be40cd80688 (diff) | |
download | perl-19bf1007743b4337230ad3a4538df4bd94311fc4.tar.gz |
automatically sort the MANIFEST if necessary
Instead of harrasing people to sort the manifest in our
tests, we can just automatically sort the manifest when it
changes.
That way the tests are actually testing that the auto-sort
worked, and not that our devs put the new file in the right
place.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index acd0fc1f95..96cd2fad57 100644 --- a/.gitignore +++ b/.gitignore @@ -163,6 +163,9 @@ veryclean.sh U MANIFEST.new +# this is used to auto-sort the MANIFEST +MANIFEST.srt + # ignore editor droppings *.swp *~ |