[Pcre-svn] [1166] code/trunk: Install .gitignore file to hel…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1166] code/trunk: Install .gitignore file to help those using svn via git.
Revision: 1166
          http://www.exim.org/viewvc/pcre2?view=rev&revision=1166
Author:   ph10
Date:     2019-09-07 16:27:05 +0100 (Sat, 07 Sep 2019)
Log Message:
-----------
Install .gitignore file to help those using svn via git.


Modified Paths:
--------------
    code/trunk/ChangeLog


Added Paths:
-----------
    code/trunk/.gitignore


Added: code/trunk/.gitignore
===================================================================
--- code/trunk/.gitignore                            (rev 0)
+++ code/trunk/.gitignore    2019-09-07 15:27:05 UTC (rev 1166)
@@ -0,0 +1,47 @@
+INSTALL
+Makefile.in
+aclocal.m4
+ar-lib
+compile
+config.guess
+config.sub
+configure
+depcomp
+install-sh
+ltmain.sh
+m4/
+missing
+test-driver
+
+Makefile
+config.log
+config.status
+libpcre2-*.pc
+libtool
+pcre2-config
+src/.deps
+src/config.h
+src/pcre2.h
+src/stamp-h1
+
+.libs
+*.o
+*.lo
+*.a
+*.la
+src/.dirstamp
+src/pcre2_chartables.c
+
+pcre2grep
+pcre2test
+pcre2_jit_test
+
+RunGrepTest.log
+RunGrepTest.trs
+RunTest.log
+RunTest.trs
+pcre2_jit_test.log
+pcre2_jit_test.trs
+test-suite.log
+
+*~


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2019-09-07 15:16:10 UTC (rev 1165)
+++ code/trunk/ChangeLog    2019-09-07 15:27:05 UTC (rev 1166)
@@ -143,7 +143,10 @@
 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
---------------------------