DAMASK_EICMD/.gitattributes

24 lines
692 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
install/MarcMentat/** linguist-vendored
src/Marc/include/* linguist-vendored
2022-11-28 13:42:34 +05:30
install/MarcMentat/MSC_modifications.py linguist-vendored=false
# ignore reference files for tests in language statistics
python/tests/resources/** linguist-vendored
# ignore deprecated scripts
processing/legacy/** linguist-vendored