summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2015-03-30 17:36:38 -0400
committerMike Pennisi <mike@mikepennisi.com>2015-04-02 12:13:51 -0400
commit1f22932d69f8cdd5ed1602300c4690c5cfc11ef9 (patch)
tree72750f2bf59914bf2d260b4c0aba18adfe608c32 /.gitattributes
parent43acf615b5c105a2fa93dea9e128cbe30e9ccd3d (diff)
downloadqtdeclarative-testsuites-1f22932d69f8cdd5ed1602300c4690c5cfc11ef9.tar.gz
Import tests from Google V8 (templates)
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.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..a35dab0d3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.js diff