Updated .gitignore to ignore 'build' directory.

This is a local build directory that may be in GLFW's root.  Since this is
just for local builds, I ignore it.
This commit is contained in:
Cem Karan 2015-12-16 16:36:51 -05:00
parent 619c41692d
commit 1cdb60bb74

2
.gitignore vendored
View File

@ -73,3 +73,5 @@ tests/title
tests/version
tests/windows
# Local build directory
build/