summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Don't export .gitignore in source archivesSimon Hausmann2018-08-091-0/+2
| | | | | | | Task-number: QTBUG-59991 Change-Id: If7bd6e4f34ce185c1e328e17dc80a3f6ba542c1e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit fe58b18c13d1ea5d42951e5b698efc3bfab6dc8c)
* Import tests from Google V8 (templates)Mike Pennisi2015-04-021-0/+1
These tests are derived from the following files within the Google V8 project: test/mjsunit/es6/templates.js Some of these tests include non-printable characters, causing git to infer that they are binary files. Introduce a `.gitattributes` file to configure git to consistently display the source text of all JavaScript files.