Replaced .hgingnore by .gitignore

This commit is contained in:
David Jean Louis 2015-07-04 14:48:05 +02:00
parent 57e3ae902c
commit 3a0bf2c40c
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
syntax: glob
*.egg-info *.egg-info
*.pyc *.pyc
*.*~ *.*~
@ -17,7 +16,4 @@ _static
.svn .svn
.tox .tox
.venv .venv
*.sqlite
syntax: regexp
^test_proj/_coverage/(?!noremove)
^test_proj/testdb.sqlite$