From dd48724644e765b4749d40655c978fee55071208 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sat, 8 Dec 2018 19:02:28 +0100
Subject: [PATCH] Adjust gitignore for webm demo

---
 .gitattributes | 1 -
 .gitignore     | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index e75cdbeb..d268ba5b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,6 +2,5 @@
 *.zip filter=fat
 *.tar.xz filter=fat
 *.wav filter=fat
-*.webm filter=fat
 *.mp3 filter=fat
 *.png filter=fat
diff --git a/.gitignore b/.gitignore
index 6a9f580a..c4e06b62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,9 @@ pids
 *.swp
 *~
 
+# Demo video
+*.webm
+
 # socket URL file
 /public/javascripts/utils/socket_url.js
 
-- 
2.44.0