diff options
author | Isis Agora Lovecruft <isis@torproject.org> | 2013-01-09 15:34:48 -0800 |
---|---|---|
committer | Isis Agora Lovecruft <isis@torproject.org> | 2013-01-09 15:34:48 -0800 |
commit | 24e7234ed9ca3b130331d77f07f44b8951f9b1d0 (patch) | |
tree | c058279a011f6c1d4ff5fb15592c4dab014bf079 |
Initial commit
-rw-r--r-- | .gitignore | 35 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2d6f36 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject diff --git a/README.md b/README.md new file mode 100644 index 0000000..7022d47 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +leap_mx +======= + +A transparent, encrypting remailer for the LEAP platform, using BigCouch and GPG.
\ No newline at end of file |