Add compiled examples to .gitignore

Based on patch by Pavel Lang (GH-96).
This commit is contained in:
David Majda 2012-11-10 15:21:36 +01:00
parent dd2216da7e
commit ee1a0b5810

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
browser/* browser/*
examples/*.js
node_modules/* node_modules/*