From 48354f56ec86bcd23b0947e2eb4ce85b9cdebd0f Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 14 Mar 2014 12:29:25 +0000 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f6b09c9b..911e0da5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ obj cscope.* tags +build -- cgit v1.2.3