From c4960e36d9c15d2bb63cd15634bf4b1348596fdd Mon Sep 17 00:00:00 2001 From: Jenny White Date: Fri, 27 Apr 2018 13:22:40 +0300 Subject: [PATCH] update .gitignore to ignore build directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b17188ff..49eb7d59 100755 --- a/.gitignore +++ b/.gitignore @@ -269,4 +269,5 @@ Data Folder .idea cmake-build-debug -libcathook.so \ No newline at end of file +libcathook.so +build \ No newline at end of file