diff options
author | SanJacobs | 2022-10-09 05:28:17 +0200 |
---|---|---|
committer | SanJacobs | 2022-10-09 05:28:17 +0200 |
commit | a35ac406fb8b97e15ed133d3401ff57890377cdf (patch) | |
tree | 1fcd59b7787c2d76a17800e2ef8c7b27e70b108a | |
parent | fda0ca04aab0a84f8d2c6e699162014071b66451 (diff) | |
download | send-a35ac406fb8b97e15ed133d3401ff57890377cdf.tar.gz send-a35ac406fb8b97e15ed133d3401ff57890377cdf.tar.bz2 send-a35ac406fb8b97e15ed133d3401ff57890377cdf.zip |
Added gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b476930 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +something.zip +testdir/ |