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
|
2020-10-08 21:35:15 +05:30
|
|
|
*.dream3d binary
|
2020-02-29 23:10:39 +05:30
|
|
|
|
|
|
|
# ignore files from MSC.Marc in language statistics
|
2020-03-23 15:58:01 +05:30
|
|
|
installation/mods_MarcMentat/20*/* linguist-vendored
|
|
|
|
src/marc/include/* linguist-vendored
|
2020-02-29 23:10:39 +05:30
|
|
|
|
|
|
|
# ignore reference files for tests in language statistics
|
|
|
|
python/tests/reference/* linguist-vendored
|