From 5467ad16645f2f75260ef671caf6ee0c84e4322e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 31 Aug 2020 00:16:44 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d2e2b5..ae16bed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ *.stl *.gz -*.webm +*.ogv # Created by https://www.gitignore.io/api/lua,git # Edit at https://www.gitignore.io/?templates=lua,git @@ -131,3 +131,24 @@ luac.out *.wmv # End of https://www.gitignore.io/api/video + +# Created by https://www.toptal.com/developers/gitignore/api/video +# Edit at https://www.toptal.com/developers/gitignore?templates=video + +### Video ### +*.3g2 +*.3gp +*.asf +*.asx +*.avi +*.flv +*.mov +*.mp4 +*.mpg +*.rm +*.swf +*.vob +*.wmv +*.webm + +# End of https://www.toptal.com/developers/gitignore/api/video