diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 13:44:03 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 13:44:03 -0500 |
| commit | 2e9caa75d77d368ead271268406a24a1052b9d85 (patch) | |
| tree | 78a69cf4fe8b3e547cc950f80479a21e78cd69d8 /.gitmodules | |
| parent | 1c3ebf956d5805b6aa1beaafeede89c92acde838 (diff) | |
Move extras/ into a git submodule.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..1f76b5370 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "extras"] + path = extras + url = git://github.com/kanzure/pokemon-reverse-engineering-tools.git |
