diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b268ab0d75..e36b9ae130 100644 --- a/.gitignore +++ b/.gitignore @@ -68,9 +68,20 @@ CMakeLists.txt tags # Ignore image/font files +*.bmp +*.wbmp *.gif *.jpg +*.jpeg *.png +*.apng +*.mng +*.svg +*.webp +*.webm +*.avi +*.mp4 +*.mpeg *.ttf *.otf |