Permalink
Please sign in to comment.
27
.gitignore
@@ -0,0 +1,27 @@ | ||
+*.py[co] | ||
+ | ||
+# Packages | ||
+*.egg | ||
+*.egg-info | ||
+dist | ||
+build | ||
+eggs | ||
+parts | ||
+bin | ||
+var | ||
+sdist | ||
+develop-eggs | ||
+.installed.cfg | ||
+ | ||
+# Installer logs | ||
+pip-log.txt | ||
+ | ||
+# Unit test / coverage reports | ||
+.coverage | ||
+.tox | ||
+ | ||
+#Translations | ||
+*.mo | ||
+ | ||
+#Mr Developer | ||
+.mr.developer.cfg |
@@ -0,0 +1,4 @@ | ||
+xmppmitm | ||
+======== | ||
+ | ||
+XMPP Man-in-the-Middle, quick & dirty |
0 comments on commit
b304e98