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
|
2020-02-29 23:10:39 +05:30
|
|
|
|
|
|
|
# ignore files from MSC.Marc in language statistics
|
2023-04-24 10:41:14 +05:30
|
|
|
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
|
2020-02-29 23:10:39 +05:30
|
|
|
|
|
|
|
# ignore reference files for tests in language statistics
|
2023-04-24 10:41:14 +05:30
|
|
|
python/tests/resources/** linguist-vendored
|
2021-04-20 18:14:15 +05:30
|
|
|
|
|
|
|
# ignore deprecated scripts
|
2023-04-24 10:41:14 +05:30
|
|
|
processing/legacy/** linguist-vendored
|