Browse Source

Added basic structure and submodules

master
Pete McNeil 4 years ago
parent
commit
f5566c26eb
5 changed files with 16 additions and 0 deletions
  1. 3
    0
      .gitignore
  2. 6
    0
      .gitmodules
  3. 1
    0
      CodeDweller
  4. 1
    0
      SNFMulti
  5. 5
    0
      bin/.gitignore

+ 3
- 0
.gitignore View File

# ignore the temporary stuff like objects etc...
.o


+ 6
- 0
.gitmodules View File

[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

Subproject commit 57459a5d9aea2a42de064a05998d5f48f7614220

+ 1
- 0
SNFMulti

Subproject commit a81ce5f3e8ea19d300e169517579d63d7567bed9

+ 5
- 0
bin/.gitignore View File

# Ignore everything in this directory except this file
# This directory is where finished binaries go.
*
!.gitignore


Loading…
Cancel
Save