This website works better with JavaScript
Home
Explore
Help
Sign In
CityApper
/
django
mirror of
https://github.com/django/django
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Updated .gitignore with files created when running setup.py sdist.
Ramiro Morales
12 years ago
parent
2100da9dcd
commit
ab23293735
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.gitignore
+ 2
- 0
.gitignore
View File
@@ -1,4 +1,6 @@
*.egg-info
*.pot
*.py[co]
+MANIFEST
+dist/
docs/_build/