diff options
| author | Vladimir Gorej | 2012-05-27 20:14:17 +0200 |
|---|---|---|
| committer | Vladimir Gorej | 2012-05-27 20:14:17 +0200 |
| commit | 4bd7b72aa0ca3a09ab99e1a3b41753df81de6af9 (patch) | |
| tree | 6328ed9894666eefc1f0d6b6c7b28a87b1fb4d31 /.gitignore | |
| download | django-brevisurl-4bd7b72aa0ca3a09ab99e1a3b41753df81de6af9.tar.bz2 | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bab1113 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.pyc +*.pyo +*.swp +*.swo +.idea +pip-log.txt* +*.swn +/dist/ |
