summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-13 15:15:12 +0900
committerRandy Morgan <[email protected]>2012-05-13 15:15:12 +0900
commit2e1e14dd8f91e8a1416faae9501fdf04638104c7 (patch)
tree2c747ccccd93cd86b81e75b452246070eb61a5d9 /.gitignore
parent3bc61a665d3aee3d60887a0c224e79d9a4f69efe (diff)
downloadcaxlsx-2e1e14dd8f91e8a1416faae9501fdf04638104c7.tar.gz
caxlsx-2e1e14dd8f91e8a1416faae9501fdf04638104c7.zip
update .gitignore to ignore coverage data.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 29af6b25..4e1c6c55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,10 @@ doc
unzip
coverage
.yardoc
+coverage.data
*.gem
*.xlsx
example.csv
*.*~
.DS_Store
-tmp \ No newline at end of file
+tmp