Switch hgignore and hgeol to git equivalents

This commit is contained in:
Andrew Svetlov 2015-04-11 10:30:29 -04:00
parent b26e6ae219
commit 1888b1dd77
4 changed files with 17 additions and 19 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
* text=auto
*.py text diff=python

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
*\.py[co]
*~
*\.orig
*\#.*
*@.*
.coverage
htmlcov
.DS_Store
venv
distribute_setup.py
distribute-*.tar.gz
build
dist
*.egg-info
.tox

4
.hgeol
View File

@ -1,4 +0,0 @@
[patterns]
** = native
.hgignore = native
.hgeol = native

View File

@ -1,15 +0,0 @@
.*\.py[co]$
.*~$
.*\.orig$
.*\#.*$
.*@.*$
\.coverage$
htmlcov$
\.DS_Store$
venv$
distribute_setup.py$
distribute-\d+.\d+.\d+.tar.gz$
build$
dist$
.*\.egg-info$
\.tox$