diff options
author | Emile <hanemile@protonmail.com> | 2019-08-29 23:16:12 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-29 23:16:12 +0200 |
commit | d4471645a0749bc46aee62b83621bbede0bd2538 (patch) | |
tree | 812336e405c2d017ce35448cb159e3cfda6a11e0 /.gitignore | |
parent | 5ecb57733e4a58c093f44bb4affe253f96ff42a4 (diff) |
working implementation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9a3a8d8..efceea2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# TLEs +data/ |