2016-03-25 17:17:58 +05:30
|
|
|
# from https://help.github.com/articles/dealing-with-line-endings/
|
|
|
|
#
|
|
|
|
# always use LF, even if the files are edited on windows, they need to be compiled/used on unix
|
|
|
|
* text eol=lf
|
|
|
|
|
2019-12-13 17:53:13 +05:30
|
|
|
# Denote all files that are binary and should not be modified.
|
2016-03-25 17:17:58 +05:30
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
2019-11-23 21:38:36 +05:30
|
|
|
*.hdf5 binary
|
2019-12-13 17:53:13 +05:30
|
|
|
*.pdf binary
|