diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,23 +1,35 @@ *.htmlbody -*.embedded-config *.conf +*.json *.snippets *.links *.caslinks +*.comments *.html *.indexentry +*.homeentry *.feedentry *.mapentry *.sortdata *.categorydata *.txt +## ...but these two hold sources, not artifacts. +!/src/headers/*.txt +!/src/names/*/*.txt *.xml *.htmlheader *.htmlfooter *.htmllisting *.ps *.pdf +*.midi *.gz *.sentinel *.torrent /src/content/.gitignore +/src/comments/ +/src/comments.stamp +/src/translations.map +## Server logs, copied here for analysis. +/access.log +/error.log |
