aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-29 09:44:57 -0400
committerB. Stack <bgstack15@gmail.com>2021-07-29 09:44:57 -0400
commit518c1fb1d43e895a4f3070653174c6e3ec481889 (patch)
tree2551381509c404f27b04f77751f6ca7198215738 /.gitignore
downloadread-rdp-cert-518c1fb1d43e895a4f3070653174c6e3ec481889.tar.gz
read-rdp-cert-518c1fb1d43e895a4f3070653174c6e3ec481889.tar.bz2
read-rdp-cert-518c1fb1d43e895a4f3070653174c6e3ec481889.zip
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..24387f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.pem
+__pycache__/
+.*.swp
bgstack15