summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2022-08-01File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde
This was removed in #63481, and we confirmed that it's better like this, but we add back the possibility to strip CR as an option, to optionally restore the previous behavior. For performance this is done directly in `String::parse_utf8`. Also fixes Android `FileAccess::get_line()` as this one _should_ strip CR. Supersedes #63717.
2021-10-14Upgrade Android Gradle to version 7.2Marcel Admiraal
2020-05-12Mark `*.tza` files as binary in `.gitattributes` for old Git versionsHugo Locurcio
This prevents `thirdparty/oidn/weights/rtlightmap_hdr.tza` from always being considered as modified when using an old Git version (such as the one on Ubuntu 16.04).
2019-05-25Git: Explicitly list binary files as such to avoid EOL changeRémi Verschelde
text=auto works well in Git 2.10+ but it's broken in previous versions, which are still used in production on e.g. Ubuntu 16.04 LTS. Also fix a couple missed text files with CRLF terminators. .bat files likely require it to be processed properly on Windows, but core.autocrlf should take care of converting them on the fly when checking out on Windows.
2019-05-22Update .gitattributes to encompass all text filesRémi Verschelde
2018-09-17Initial version of VS natvis fileelasota
2017-10-13Add .xml to .gitattributesBastiaan Olij
2017-04-09Formatting of mm filesBastiaanOlij
2016-07-03GH linguist: properly detect .inc files as C++Rémi Verschelde
Also drop two unnecessary speex buildsystem files.
2016-05-30GH Linguist: Ignore drivers/*Rémi Verschelde
2016-05-30properly detect .h as a C++ header fileArvid Gerstmann
2015-09-28Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU
Both with snap and grid support