11 Commits

Author SHA1 Message Date
Sergej Jaskiewicz 40a1443401 [GitHub] Highlight Kotlin-like IR dump as Kotlin on GitHub
github.com/github-linguist/linguist/blob/master/docs/overrides.md

See e.g. *.kt.txt files in compiler/testData/ir/irText
2023-05-03 10:46:21 +00:00
Ilya Chernikov b2b2914da1 Switch git checkout to eol=auto on testdata
so the tests on windows run on files with crlf line endings
2023-03-21 07:53:13 +00:00
Yahor Berdnikau 5ae1372c3a Set gradlew.bat eol in .gitattributes
This fixes common error on updating Gradle wrapper and then trying to
add 'gradlew.bat' to changes.
2023-02-08 16:27:26 +00:00
Denis Zharkov 9b5b882dcb Add "*.jar binary" to .gitattributes 2020-06-26 16:52:10 +03:00
Denis Zharkov 75c4239504 Add "*.png binary" to .gitattributes 2020-05-15 16:04:44 +03:00
Vyacheslav Gerasimov bcefa68df0 Always checkout/checkin text files with lf endings
Different line endings on linux/windows prevents gradle from reusing
build cache since endings make task inputs completely different between
systems
2020-03-18 22:33:15 +03:00
Dmitry Jemerov 3529d61a7d Exclude generated test classes from language statistics 2018-01-03 14:57:01 +01:00
Ilya Gorbunov c6b957f457 Force LF line delimiters for bash scripts and CRLF for .bat scripts in compiler/cli 2017-11-29 19:03:28 +03:00
Zalim Bashorov 746b16fce3 Don't include test data in the language statistic for a repository 2015-06-01 12:47:29 +03:00
Alexander Udalov e46c54f514 Serialize built-ins on 'ant dist'
Don't store binary data in the repository anymore. From now on any test on the
compiler requires that 'ant dist' was executed at least once since the last
update of the built-ins
2014-01-27 18:33:49 +04:00
Sergey Mashkov 83b4ad4eac Add binary attribute to generated built-ins data 2013-12-05 23:53:05 +04:00