Skip to content

Commit

Permalink
cut the fat [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Dec 17, 2015
1 parent fab8555 commit bf67230
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
13 changes: 12 additions & 1 deletion .gitattributes
@@ -1,7 +1,18 @@
#
# .gitignore
# .gitattributes
#

# cut the fat - this stuff is removed when doing git export
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
.scrutinzer.yml export-ignore
.coveralls.io export-ignore
.php_cs export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
/tests export-ignore

*.php diff=php

# seclare files that will always have CRLF line endings on checkout.
Expand Down
11 changes: 0 additions & 11 deletions .gitignore
Expand Up @@ -5,17 +5,6 @@
# To have a global effect affect to all repositories run this command:
# git config --global core.excludesfile ~/.gitignore

# removed .gitattributes and .gitignore when doing git export
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
.scrutinzer.yml export-ignore
.coveralls.io export-ignore
.php_cs export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
/tests export-ignore

# Mac OS X Finder and whatnot
.DS_Store

Expand Down

0 comments on commit bf67230

Please sign in to comment.