From b7ba2159271c5522f7a56bb56bf2cb0370237921 Mon Sep 17 00:00:00 2001 From: lancos Date: Tue, 18 Apr 2017 01:17:33 +0200 Subject: [PATCH] qhexedit module with absolute path --- .gitignore | 3 ++- .gitmodules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7b5fd7f..949a0bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.directory \ No newline at end of file +.directory +build \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index a5aa439..aad504d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "qhexedit2"] path = qhexedit2 - url = ../../Simsys/qhexedit2.git + url = https://github.com/Simsys/qhexedit2.git