Explorar el Código

Added basic structure and submodules

master
Pete McNeil hace 4 años
padre
commit
f5566c26eb
Se han modificado 5 ficheros con 16 adiciones y 0 borrados
  1. 3
    0
      .gitignore
  2. 6
    0
      .gitmodules
  3. 1
    0
      CodeDweller
  4. 1
    0
      SNFMulti
  5. 5
    0
      bin/.gitignore

+ 3
- 0
.gitignore Ver fichero

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


+ 6
- 0
.gitmodules Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar