From 2a83959ac105c0b970054f37d547c7eee75d9baf Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Thu, 3 May 2018 13:13:03 -0700 Subject: [PATCH] Add .webp to .gitattributes for ignoring --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d8b18afa7c6c..588d8d6e874a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,3 +26,4 @@ *.ez binary *.bz2 binary *.swp binary +*.webp binary