diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -6,12 +6,21 @@ /src/content/*/*/*/*/*.indexentry /src/content/*/*/*/*/*.feedentry /src/content/*/*/*/*/*.sortdata +/src/content/*/index.htmlbody +/src/content/*/index.htmlheader +/src/content/*/index.htmlfooter +/src/content/*/index.htmllisting +/src/content/*/index.htmldeps +/src/content/*/index.conf +/src/content/*/index.snippets +/src/content/*/index.html +/src/content/*/index.html.*.txt +/src/content/*/feed.xmldeps +/src/content/*/feed.xml +/src/content/*/*.sortdata /src/content/*.htmlbody /src/content/*.conf /src/content/*.snippets /src/content/*.html /src/content/*.txt -/src/content/*.xml -/src/*.sortdata /src/global.conf -/src/combined.conf |
