mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Updated .hgignore and .gitignore
This commit is contained in:
parent
5c5abdce23
commit
02ba36f2dd
2 changed files with 7 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
dist/*
|
||||
django_model_utils.egg-info/*
|
||||
HGREV
|
||||
.coverage
|
||||
.tox/
|
||||
Django-*.egg
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
^dist/
|
||||
^django_model_utils.egg-info/
|
||||
^django_model_utils\.egg-info/
|
||||
^HGREV$
|
||||
^.coverage$
|
||||
^.tox/
|
||||
^\.coverage$
|
||||
^\.tox/
|
||||
^Django.*\.egg$
|
||||
|
|
|
|||
Loading…
Reference in a new issue