1
1
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>
Этот коммит содержится в:
Luka Perkov 2014-03-14 12:29:25 +00:00 коммит произвёл Andreas Schneider
родитель 5c0c95bd34
Коммит 48354f56ec

1
.gitignore поставляемый
Просмотреть файл

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