From 518cbf2fb0a8fd82c2b69d471ed2e03d2d4024ed Mon Sep 17 00:00:00 2001 From: ShizZy Date: Wed, 4 Sep 2013 21:03:28 -0400 Subject: [PATCH] added build directory to be ignored by git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6de2c27203..4483444a85 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ *.user *.sdf *.opensdf + +# Build temporary files +build/