mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #14680 -- Added ignore files for Mercurial and Git.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b3d2091681
commit
5830477e46
2 changed files with 10 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
*.egg-info
|
||||
*.pot
|
||||
*.py[co]
|
||||
docs/_build/
|
6
.hgignore
Normal file
6
.hgignore
Normal file
|
@ -0,0 +1,6 @@
|
|||
syntax:glob
|
||||
|
||||
*.egg-info
|
||||
*.pot
|
||||
*.py[co]
|
||||
docs/_build/
|
Loading…
Add table
Add a link
Reference in a new issue