Convert .hgignore to .gitignore
This commit is contained in:
parent
092055db0e
commit
5188e56ee3
|
|
@ -1 +1,11 @@
|
||||||
|
*~
|
||||||
|
.sw?
|
||||||
|
.*.sw?
|
||||||
|
*.beam
|
||||||
*.pyc
|
*.pyc
|
||||||
|
erl_crash.dump
|
||||||
|
/build/
|
||||||
|
/cover/
|
||||||
|
/dist/
|
||||||
|
/ebin/
|
||||||
|
/tmp/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
syntax: glob
|
|
||||||
*.pyc
|
|
||||||
*~
|
|
||||||
|
|
||||||
syntax: regexp
|
|
||||||
Loading…
Reference in New Issue