summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-07-30 19:58:25 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-07-30 19:58:25 +0200
commit17a17262fbff5c504fb8af3ffc7c7b89bf0364e3 (patch)
tree7670d2bc21c04203eed699b325df3dd1c0eb23ef /.gitignore
parent613fc0a58f2f161b3709e0720dfbee197674a8a8 (diff)
downloadrsa-17a17262fbff5c504fb8af3ffc7c7b89bf0364e3.tar.gz
Basic readme and package manifest by Yesudeep Mangalapilly <yesudeep@gmail.com>
- Adds a README file with the project description. - Adds a LICENSE document for APLv2 compliance. - Adds .gitignore ignore rules for git submodules so that using this repository as a git submodule in another project does not produce dirty submodules when being built. - Adds a package MANIFEST.in file to specify distribution inclusions.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d0e46f9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*.py[co]
+*.egg-info
+
+.idea/
+
+dist/
+distribute*.tar.gz
+distribute*.egg