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 51b0a38e0a..2aacfe02e0 100644 --- a/.gitignore +++ b/.gitignore @@ -67,9 +67,20 @@ CMakeLists.txt tags # Ignore image/font files +*.bmp +*.wbmp *.gif *.jpg +*.jpeg *.png +*.apng +*.mng +*.svg +*.webp +*.webm +*.avi +*.mp4 +*.mpeg *.ttf *.otf |