Converted .hgignore to .gitignore

This commit is contained in:
Alex Grönholm 2015-03-15 06:11:11 +02:00
parent 3bf273083e
commit 3249933301
2 changed files with 7 additions and 11 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.egg-info
*.pyc
dist
.project
.pydevproject
.idea
.tox

View File

@ -1,11 +0,0 @@
syntax: glob
*.egg-info
syntax: regexp
^\.tox$
syntax: regexp
^\.project$
syntax: regexp
^\.pydevproject$
syntax: regexp
^dist$