diff options
author | Leonard Kugis <leonard@kug.is> | 2022-11-27 20:17:40 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2022-11-27 20:17:40 +0000 |
commit | cfb947d09ed0ae01ccc2c1aac0d316d47419f34b (patch) | |
tree | d0022c9fbaee26652d17bc565db09a9aa5fe084b | |
parent | 8719adbeb771f2afd28f5b7f8034bbd15db9fe14 (diff) | |
download | paper_eie-cfb947d09ed0ae01ccc2c1aac0d316d47419f34b.tar.gz paper_eie-cfb947d09ed0ae01ccc2c1aac0d316d47419f34b.tar.bz2 paper_eie-cfb947d09ed0ae01ccc2c1aac0d316d47419f34b.zip |
Added output directory to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/output/ # Created by https://www.toptal.com/developers/gitignore/api/latex,windows,linux,macos,visualstudiocode # Edit at https://www.toptal.com/developers/gitignore?templates=latex,windows,linux,macos,visualstudiocode |