diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..84f7c47
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,51 @@
+# Drupal git normalization
+# @see http://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
+# @see http://drupal.org/node/1542048
+
+# Shorthand for text files.
+# - Treat them as text.
+# - Ensure no CRLF line-endings, neither on checkout nor on checkin.
+# - Detect whitespace errors.
+#   - Exposed by default in `git diff --color` on the CLI.
+#   - Validate with `git diff --check`.
+#   - Deny applying with `git apply --whitespace=error-all`.
+#   - Fix automatically with `git apply --whitespace=fix`.
+[attr]drupaltext    text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
+
+# Shorthand for binary files.
+# - Do not treat them as text.
+# - Include binary diff in patches instead of "binary files differ."
+[attr]drupalbinary  -text diff
+
+# Auto-detect text files, ensure they use LF.
+*         text=auto eol=lf
+
+# Define text file attributes.
+*.css     drupaltext
+*.engine  drupaltext diff=php
+*.html    drupaltext diff=html
+*.inc     drupaltext diff=php
+*.info    drupaltext
+*.install drupaltext diff=php
+# There is no diff algorithm for javascript. Java is close for diffing.
+*.js      drupaltext diff=java
+*.json    drupaltext
+*.lock    drupaltext
+*.md      drupaltext
+*.module  drupaltext diff=php
+*.php     drupaltext diff=php
+*.po      drupaltext
+*.script  drupaltext
+*.sh      drupaltext diff=php
+*.sql     drupaltext
+*.test    drupaltext diff=php
+*.txt     drupaltext
+*.xml     drupaltext
+*.yml     drupaltext
+
+# Define binary file attributes.
+*.gif     drupalbinary
+*.gz      drupalbinary
+*.ico     drupalbinary
+*.jpg     drupalbinary
+*.png     drupalbinary
diff --git a/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar b/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar
index 402e17b2f2146572088215a07892fcb219fc3b43..26ebdff0559c9cdb6b59c2cb8ed08234b136d392 100644
GIT binary patch
delta 196
zcmeyw@tI>nIV0D^inYvKTwIei7;Ra&xT?7(pJ9}k+{h@-!NsKj1VDiWj7mTSAWkhv
z;Tc9{gxq&VS5!HP$#G2V2>DzlbttEnYw{c>O|VrbnA{n;CJQhd0!b%kPaxUDtOAzV
t%&Y;X?=i~*MgK7yi-Rn-(XS{@u}aR*Eyzi&2&pVcwd0!X!J@^;1pwH`EI<GN

delta 194
zcmey&@rh$XIV11HinYwVT)dMt7;Ra2xvF_5pJ9}k+{h@-!ONup1VDiWj7nS(PAy2`
z8AfG<+;>J-R5^*saZKz8`CKM-D5sWp@*E~juvI6R+!=W%3osi3NhfAcAlbvL0+!j#
qtO2I)G0Ou*|1lejgDkeuuP9EjO3u$M$VsgTsVqpf<DKlmq6Gk@i!71=

