This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch 2.4
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit fad0d72b221d3ebbdf3cf0f3b309227a141c21cb
Author: Massimo Manghi <mxman...@apache.org>
AuthorDate: Sat Nov 24 09:26:22 2018 +0100

    extend pattern of .deps (autotool, libtool) directory to be ignored
---
 .gitignore     | 6 ++----
 rivet/init.tcl | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index d6f9347..25720bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,10 +17,7 @@ doc/graphics
 doc/html/
 libtool
 src/Makefile
-src/librivet/.deps/
-src/mod_rivet_ng/.deps/
-src/parser/.deps/
-src/request/.deps/
+src/*/.deps/
 stamp-h1
 *~
 *.libs/
@@ -39,3 +36,4 @@ tests/rivet/
 tests/server.conf
 tests/test.conf
 tests/uploadedjpeg.jpg
+
diff --git a/rivet/init.tcl b/rivet/init.tcl
index fe12fa5..e008fd9 100644
--- a/rivet/init.tcl
+++ b/rivet/init.tcl
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-package provide Rivet 2.3
+package provide Rivet 2.4
 
 namespace eval ::Rivet {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to