Parcourir la source

Added basic structure and submodules

master
Pete McNeil il y a 3 ans
Parent
révision
f5566c26eb
5 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 3
    0
      .gitignore
  2. 6
    0
      .gitmodules
  3. 1
    0
      CodeDweller
  4. 1
    0
      SNFMulti
  5. 5
    0
      bin/.gitignore

+ 3
- 0
.gitignore Voir le fichier

@@ -0,0 +1,3 @@
# ignore the temporary stuff like objects etc...
.o


+ 6
- 0
.gitmodules Voir le fichier

@@ -0,0 +1,6 @@
[submodule "SNFMulti"]
path = SNFMulti
url = gitea@code.microneil.com:madscientist/SNFMulti.git
[submodule "CodeDweller"]
path = CodeDweller
url = gitea@code.microneil.com:madscientist/CodeDweller.git

+ 1
- 0
CodeDweller

@@ -0,0 +1 @@
Subproject commit 57459a5d9aea2a42de064a05998d5f48f7614220

+ 1
- 0
SNFMulti

@@ -0,0 +1 @@
Subproject commit a81ce5f3e8ea19d300e169517579d63d7567bed9

+ 5
- 0
bin/.gitignore Voir le fichier

@@ -0,0 +1,5 @@
# Ignore everything in this directory except this file
# This directory is where finished binaries go.
*
!.gitignore


Chargement…
Annuler
Enregistrer