diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2023-02-12 03:17:32 -0500 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2023-02-12 03:17:32 -0500 |
commit | 151a454802590ab32018392bf221e33855e9b05a (patch) | |
tree | 66fc0aaa05fb6b492555c2f588ecbb9f41f460fa /.gitignore | |
parent | 4fb3e9ac04cb7772bca3988c5983019a7a34bf20 (diff) | |
download | sploit-151a454802590ab32018392bf221e33855e9b05a.tar.gz sploit-151a454802590ab32018392bf221e33855e9b05a.zip |
Add .gitignore, README, and UNLICENSE
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d962a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +__pycache__/ +build/ +*.egg-info/ +a.out +*.o +*.elf +*.exe +*.dll +*.a +*.so |