summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-09-15 09:23:37 -0500
committerℕicolas ℝ <nicolas@atoomic.org>2020-09-15 10:14:31 -0600
commit51638bdfa9deb059bb769a031ead709f191a3065 (patch)
treebe7f496e871ac2e02d9bc2c2f492af70d280abbc /.gitignore
parentb1cc9c03acf2fd5c705634f9c3628c5721e80afa (diff)
downloadperl-51638bdfa9deb059bb769a031ead709f191a3065.tar.gz
Update Compress-Raw-Bzip2 to CPAN version 2.096
Address .gitignore issue with *.patch by making it /*.patch. This seems to match the original intention of the ignore. This also corrects a mainfest failure because bzip2-src now includes a .patch file. [DELTA] 2.096 31 July 2020 * No changes 2.095 19 July 2020 * No changes 2.094 13 July 2020 * Issue with Append mode & SvOOK https://github.com/pmqs/Compress-Raw-Bzip2/issues/2 e6f1fa7d86a4c631b82b7c923a5def3e274925fa
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 594952ccf4..eab6ae957a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# ignore .patch from rsync, and any generated patch files from git-am
-*.patch
+/*.patch
# ignore local .config files
.config
# these are generated by make_patchnum.sh from git or from a .patchfile