浏览代码

Add gitignore-file and common module

tags/0.1.0-intro
父节点
当前提交
eabdb6f39d
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. +2
    -0
      .gitignore
  2. +3
    -0
      .gitmodules
  3. +1
    -0
      common

+ 2
- 0
.gitignore 查看文件

@@ -0,0 +1,2 @@
/*.rro
/*.pdf

+ 3
- 0
.gitmodules 查看文件

@@ -0,0 +1,3 @@
[submodule "common"]
path = common
url = ssh://git@git.ram.eemcs.utwente.nl:20022/horlingsw/mac.git

+ 1
- 0
common

@@ -0,0 +1 @@
Subproject commit 9824d626fd1bf2cdc4d03c4109500629ffe16a20

正在加载...
取消
保存