.gitignore in glfw-0.1.0 vs .gitignore in glfw-0.9.8

- old
+ new

@@ -1,11 +1,17 @@ /.bundle/ /.yardoc /_yardoc/ /coverage/ +/test/ /doc/ /pkg/ +MakeFile /spec/reports/ /tmp/ - -# rspec failure tracking -.rspec_status +/temp/ +*.bundle +*.so +*.o +mkmf.log +/.idea/ +/.vscode/