From bb497f12c88d2e3eb420b4140ef871741c8361cc Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Fri, 19 Jul 2024 21:56:08 +0100 Subject: [PATCH] Initial commit --- .gitignore | 2 ++ .gitmodules | 3 +++ intern/wapp | 1 + 3 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 intern/wapp diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e10828 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.cache +compile_commands.json diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c0205e7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "intern/wapp"] + path = intern/wapp + url = https://git.thewizardapprentice.com/abdelrahman/wizapp-stdlib.git diff --git a/intern/wapp b/intern/wapp new file mode 160000 index 0000000..8ed372d --- /dev/null +++ b/intern/wapp @@ -0,0 +1 @@ +Subproject commit 8ed372d9388b65dd4d3651f8850a7a1f08d984de