summaryrefslogtreecommitdiffstats
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Dotnet: Fix attributes for `sln`/`csproj` filesThaddeus Crews2024-05-031-3/+4
|
* Ensure all Visual Studio files are generated with CRLFAndreia Gaita2024-04-101-0/+2
|
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-0/+2
| | | | | | | | | | | | 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.
* Upgrade Android Gradle to version 7.2Marcel Admiraal2021-10-141-0/+2
|
* Mark `*.tza` files as binary in `.gitattributes` for old Git versionsHugo Locurcio2020-05-121-0/+1
| | | | | | 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).
* Git: Explicitly list binary files as such to avoid EOL changeRémi Verschelde2019-05-251-0/+9
| | | | | | | | | | 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.
* Update .gitattributes to encompass all text filesRémi Verschelde2019-05-221-8/+2
|
* Initial version of VS natvis fileelasota2018-09-171-0/+1
|
* Add .xml to .gitattributesBastiaan Olij2017-10-131-0/+1
|
* Formatting of mm filesBastiaanOlij2017-04-091-0/+1
|
* GH linguist: properly detect .inc files as C++Rémi Verschelde2016-07-031-0/+1
| | | | Also drop two unnecessary speex buildsystem files.
* GH Linguist: Ignore drivers/*Rémi Verschelde2016-05-301-0/+1
|
* properly detect .h as a C++ header fileArvid Gerstmann2016-05-301-0/+3
|
* Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU2015-09-281-0/+4
Both with snap and grid support