Skip to content

Commit

Permalink
Use real submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Konrad committed Sep 23, 2013
1 parent 803fc1c commit ff36073
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/Examples/Shader/build
/Tools/kake
/Tools/kfx
/Examples/Shader/Deployment/shader.frag
/Examples/Shader/Deployment/shader.vert
/Examples/Blocks/build
Expand Down
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[submodule "Tools/kake"]
path = Tools/kake
url = ../kake
branch = master
[submodule "Tools/kfx"]
path = Tools/kfx
url = ../kfx
branch = master
1 change: 1 addition & 0 deletions Tools/kake
Submodule kake added at eaec39
1 change: 1 addition & 0 deletions Tools/kfx
Submodule kfx added at f7061d
22 changes: 0 additions & 22 deletions modules.kit

This file was deleted.

0 comments on commit ff36073

Please sign in to comment.