From 70f249969ee0b5ff746b40e16b473649b92b4d6a Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 9 Dec 2015 13:31:25 -0600 Subject: [PATCH] Ignore build dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b9d23645e..4f6716459 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ *.exe.manifest *.log *.res + +# CMake output +build