diff options
author | Leonard Kugis <leonard@kug.is> | 2020-03-09 19:35:41 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2020-03-09 19:35:41 +0100 |
commit | 2b2d118e9e6025cb0db720d646b62a47a0ec6fa1 (patch) | |
tree | 3a781ad3c83c5366a5c8bd7f14b0297f8bbd73e0 | |
parent | d3e6d4c05f20f6f02546f86c929bcd0fde98f988 (diff) |
Added /output/ to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ - +/output/ # Created by https://www.gitignore.io/api/vim,linux,latex # Edit at https://www.gitignore.io/?templates=vim,linux,latex |