aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-05 13:03:30 -0300
committerEuAndreh <eu@euandre.org>2021-01-05 13:03:30 -0300
commitc12428bcb12e4e0b38e8b28d725a40cbc91a8517 (patch)
tree5cdf2fb367578038ceba33cdc9d44010ab8e0c68 /.gitignore
parentmusic/*.ly: Remove whitespaces (diff)
downloadeuandre.org-c12428bcb12e4e0b38e8b28d725a40cbc91a8517.tar.gz
euandre.org-c12428bcb12e4e0b38e8b28d725a40cbc91a8517.tar.xz
Add gitignore rule for generated assets and match with gitignoreSource
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 30cc365..5d0091d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,12 @@
/_site/
/.jekyll-cache/
/images/graphviz/
+
+# Generated resources
+*.ogg
+*.torrent
+*.checksum
+/static/favicon.png
+/music/*.pdf
+/music/*.midi
+/favicon.ico \ No newline at end of file