diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-10-23 11:02:43 +0200 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-11-07 10:41:52 +0100 |
commit | 54c594eea3b96af11def4bbd1a73d94e7c410201 (patch) | |
tree | 7a03e9284c0a175b14b6983b5a162bf13769cec7 | |
parent | 666d3a8aa9e80c1fba29b0efd632fe73c4f26265 (diff) | |
download | csv-54c594eea3b96af11def4bbd1a73d94e7c410201.zip csv-54c594eea3b96af11def4bbd1a73d94e7c410201.tar.gz csv-54c594eea3b96af11def4bbd1a73d94e7c410201.tar.bz2 |
Create .gitattributes
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0ae82b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/test export-ignore +/examples export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/scrutinizer.yml export-ignore +/phpunit.xml export-ignore
\ No newline at end of file |