.gitattributes: Add .fs and .bmp to the list of binary files

This commit is contained in:
Fabien Chouteau 2018-03-09 12:05:18 +01:00
parent 97a89bc105
commit 4ae68320cc
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -10,3 +10,5 @@
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.bmp binary
*.fs binary