1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Adding .git to hgignore.

This commit is contained in:
Adam Coddington 2013-03-11 21:09:09 -07:00
parent def4a25468
commit 687d703552

View file

@ -2,3 +2,4 @@
.*egg-info.* .*egg-info.*
build/.* build/.*
dist/.* dist/.*
\.git.*