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 <luka.perkov@sartura.hr>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 48354f56ec)
This commit is contained in:
Luka Perkov
2014-03-14 12:29:25 +00:00
committed by Andreas Schneider
parent 70dbbfa320
commit 96db44ff17

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@
build
cscope.*
tags
build