DAMASK_EICMD/.gitattributes

20 lines
596 B
Plaintext
Raw Normal View History

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
2021-04-01 17:17:27 +05:30
*.pbz2 binary
# ignore files from MSC.Marc in language statistics
2020-03-23 15:58:01 +05:30
installation/mods_MarcMentat/20*/* linguist-vendored
2021-04-01 17:17:27 +05:30
src/Marc/include/* linguist-vendored
# ignore reference files for tests in language statistics
python/tests/reference/* linguist-vendored