.gitignore: ignore .exe extension.

Utilized when building on windows, but shouldn't require any iff
windows case when on unix, so it can be simply ignored.

[ci skip]
This commit is contained in:
Jason Volk 2016-12-05 14:14:23 -05:00
parent fbd3e77eac
commit d57ff45c68

1
.gitignore vendored
View file

@ -76,3 +76,4 @@ m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
*.dSYM/
*.exe