Browse Source

minor #2797 Update .gitattributes (SpacePossum)

This PR was merged into the 2.3 branch.

Discussion
----------

Update .gitattributes

Commits
-------

ee9a0ae Update .gitattributes
Dariusz Ruminski 7 years ago
parent
commit
888981cca9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -9,6 +9,7 @@
 benchmark.sh export-ignore
 box.json export-ignore
 check_trailing_spaces.sh export-ignore
+phpmd.xml export-ignore
 phpunit.xml.dist export-ignore
 *       text=auto eol=lf
 *.php   text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php