git: don't ignore filenames beginning with a number

This commit is contained in:
Simon Michael 2016-09-21 09:32:54 -07:00
parent f23438ce80
commit c3326ba943

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.* .*
_* _*
[0-9]*
bin/* bin/*
cabal-dev* cabal-dev*
cabal.sandbox.config cabal.sandbox.config