diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-10-04 17:17:57 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-10-04 17:17:57 +0200 |
commit | 8a9136a560d3af7c3f61093ec45d47c61eb41978 (patch) | |
tree | 0b481328af48bddbb54d0dacba415a212c6ba50a | |
parent | b560d609f9890501f54b15cfac1d68a26e6a6d57 (diff) | |
download | symfony-security-8a9136a560d3af7c3f61093ec45d47c61eb41978.zip symfony-security-8a9136a560d3af7c3f61093ec45d47c61eb41978.tar.gz symfony-security-8a9136a560d3af7c3f61093ec45d47c61eb41978.tar.bz2 |
[2.1] Exclude tests from zips via gitattributes
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e742c9b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +Tests/ export-ignore +phpunit.xml.dist export-ignore |