summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 874fc80..67e08c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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