From 96db44ff171ab9d07207afe59cd9fbaff59a1d2c Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 14 Mar 2014 12:29:25 +0000 Subject: [PATCH] update gitignore file The libssh library by default does not allow in-source build (with cmake MacroEnsureOutOfSourceBuild macro). The INSTALL file (implicitly) suggests creating a build directory. So lets add build to list of git ignore files to avoid complaints from git. Signed-off-by: Luka Perkov Reviewed-by: Andreas Schneider (cherry picked from commit 48354f56ec86bcd23b0947e2eb4ce85b9cdebd0f) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c3c0e572..f7a41910 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ build cscope.* tags +build