diff options
author | Starfall <admin@plural.cafe> | 2020-05-09 18:54:36 -0500 |
---|---|---|
committer | Starfall <admin@plural.cafe> | 2020-05-09 18:54:36 -0500 |
commit | c3b0e82b27e14f3468314bed3d903b9e057c3413 (patch) | |
tree | ec6cda6d1f3906ca99c2d425e92c640938ed62e5 /.gitignore | |
parent | 64f6659051e12123f9f9d2f995858d8403525891 (diff) |
Script to create tgz archives for upload
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89f9ac0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +out/ |