diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-19 20:27:09 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-19 20:27:09 -0400 |
| commit | 42b31e7bf70f2cdb13cec3312d1cc262cd3ced6b (patch) | |
| tree | 4ebb233e1386cf477a3d6f59c2bed5f2625470cf /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..558691a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ +cert.pem +key.pem +out.apk |