From 1cdb60bb745a9fb9aa4d19fc758374d3a40b815d Mon Sep 17 00:00:00 2001 From: Cem Karan Date: Wed, 16 Dec 2015 16:36:51 -0500 Subject: [PATCH] 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 73f819d38..451836daf 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,5 @@ tests/title tests/version tests/windows +# Local build directory +build/