diff options
author | Leonard Kugis <leonard@kug.is> | 2020-04-21 00:34:24 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2020-04-21 00:34:24 +0200 |
commit | f65ec3a75070feb4f19ed64b1afade68f50e6456 (patch) | |
tree | 98f65337c6ffe3f9513d6a024656f8462748484f /.gitignore | |
parent | 78a6bf5c184e850cbbc4e17a82104d0d7a8bcf11 (diff) |
Numerical Mathematics
Begin
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -/output/ +*output/* +*.jpg # Created by https://www.gitignore.io/api/vim,linux,latex # Edit at https://www.gitignore.io/?templates=vim,linux,latex |