Convert .hgignore to .gitignore

This commit is contained in:
Jean-Sébastien Pédron 2015-02-19 17:26:02 +01:00
parent 092055db0e
commit 5188e56ee3
2 changed files with 10 additions and 5 deletions

View File

@ -1 +1,11 @@
*~
.sw?
.*.sw?
*.beam
*.pyc *.pyc
erl_crash.dump
/build/
/cover/
/dist/
/ebin/
/tmp/

View File

@ -1,5 +0,0 @@
syntax: glob
*.pyc
*~
syntax: regexp