summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-09-07 15:27:05 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-09-07 15:27:05 +0000
commit83f1567050bece05633936c22ad68f16b6329626 (patch)
tree0445167c4b29964f9e52b1452a677e55fbbe837c /ChangeLog
parent369fe5f8aa93cfba50f9db391ac54afb852222fa (diff)
downloadpcre2-83f1567050bece05633936c22ad68f16b6329626.tar.gz
Install .gitignore file to help those using svn via git.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1166 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 219ff80..62cd860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -143,6 +143,9 @@ applies to both interpretive pcre2_match() and to pcre2_dfa_match().
minimum length zero, there is no need to scan any subsequent branches (a small
compile-time performance improvement).
+31. Installed a .gitignore file on a user's suggestion. When using the svn
+repository with git (through git svn) this helps keep it tidy.
+
Version 10.33 16-April-2019
---------------------------