diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-14 12:48:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-14 12:48:10 (GMT) |
commit | fa3cf75311fd2cf309675dacf20c723963b8fb19 (patch) | |
tree | dd21248118dc7dab88ebaa88107b2fb9dbd88963 /.gitattributes | |
parent | 262b6297ea2f920b93647282240008fb6b77b0e9 (diff) | |
download | tcl-fa3cf75311fd2cf309675dacf20c723963b8fb19.zip tcl-fa3cf75311fd2cf309675dacf20c723963b8fb19.tar.gz tcl-fa3cf75311fd2cf309675dacf20c723963b8fb19.tar.bz2 |
Add .bmp to .gitattributes. Simplify .fossil-settings/binary-glob
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e9a67c8..8a49592 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,6 +27,7 @@ # Denote all files that are truly binary and should not be modified. *.a binary +*.bmp binary *.dll binary *.exe binary *.gif binary |