diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-02-14 15:46:48 +0900 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-02-14 15:46:48 +0900 |
commit | 9fa3f910459d392fb68ee2cc6761d41166702925 (patch) | |
tree | 1a2a22f17096405444d9526b5389d0d2cf1050a7 /.gitignore | |
parent | c92e9886be63e63a469e1031708c3fe7095bd4bc (diff) |
Initial work on a doc generation tool that uses Cheetah templates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ .*.sw? *.pyc /doc/*.html +/doc/spec/*.html /doc/telepathy-spec.devhelp2 /telepathy-spec-*.tar* /test/output |