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
commitd94c677a45b981a852f3ea7b1d5ad12ef31e9edf (patch)
tree7670d2bc21c04203eed699b325df3dd1c0eb23ef /.gitignore
parente5c2ef881de7f561e6a0a9ec641357f65a4283fe (diff)
downloadrsa-git-d94c677a45b981a852f3ea7b1d5ad12ef31e9edf.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