aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Reed <michael@michaelreed.io>2017-07-07 16:14:46 -0400
committerMichael Reed <michael@michaelreed.io>2017-07-07 16:14:46 -0400
commitd8ded1280dab8a8ddd2f59df6562e3c11688ea87 (patch)
tree71e42a60525600325f31e13a75a8345651d43d4a /.gitignore
parente216f37f07ff150f9dec18aa7eba0311e9cd0cb1 (diff)
downloadlibrebootfr-d8ded1280dab8a8ddd2f59df6562e3c11688ea87.tar.gz
librebootfr-d8ded1280dab8a8ddd2f59df6562e3c11688ea87.zip
gitignore: Ignore /www/feed.xml and /www/news/feed.xml
They are generated files, so should probably not be tracked.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 13fc705f..a1562e82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,5 @@ tocheck*
!www/template.html
/www/temp.md
/www/news/index.md
+/www/feed.xml
+/www/news/feed.xml