summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPieter van de Bruggen <pvande@gmail.com>2011-02-06 11:13:59 -0800
committerPieter van de Bruggen <pvande@gmail.com>2011-02-06 15:02:34 -0800
commitdba4ad89772eeffa7a5d4e8acd6d7e82530fba7b (patch)
tree378eec058bc7c06a85bf0608ee18e5d4535a3ca3 /.gitmodules
parent4b589295895acf33dd45dd3c074a19b5fa996727 (diff)
downloadpystache-dba4ad89772eeffa7a5d4e8acd6d7e82530fba7b.tar.gz
Adding a submodule reference to the Mustache spec.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c55c8e5
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "ext/spec"]
+ path = ext/spec
+ url = http://github.com/mustache/spec.git