Merge pull request #25 from ypid/fix-gitignore

Ignore the `.d` dir as it only contains generated files
pull/28/head
Hamish Coleman 7 years ago committed by GitHub
commit b269af0cde

1
.gitignore vendored

@ -11,6 +11,7 @@
# ignore generated files
*.bat
.d
# Temp are (should be) just junk
*.tmp

Loading…
Cancel
Save