diff options
author | emkael <emkael@tlen.pl> | 2014-10-14 16:59:13 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-10-14 16:59:13 +0200 |
commit | 2e34bc57e13e14520f0801a625d2f8b07c80bec4 (patch) | |
tree | aeb69996620c0a4e2bfc054bd560777e2af17897 | |
parent | 6d915e399de720ec8f9d3f04c649d64e410bc587 (diff) |
* ignore output files
-rw-r--r-- | dumps/.gitignore | 2 | ||||
-rw-r--r-- | dumps/second-a-lap/.gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/dumps/.gitignore b/dumps/.gitignore index ed6d089..b6aff3a 100644 --- a/dumps/.gitignore +++ b/dumps/.gitignore @@ -1 +1,3 @@ second-a-lap.txt +compiled.csv +races.csv diff --git a/dumps/second-a-lap/.gitignore b/dumps/second-a-lap/.gitignore index 2211df6..ea672e2 100644 --- a/dumps/second-a-lap/.gitignore +++ b/dumps/second-a-lap/.gitignore @@ -1 +1,2 @@ *.txt +csv |