48354f56ec
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>
10 строки
45 B
Plaintext
10 строки
45 B
Plaintext
*.a
|
|
*.o
|
|
.*
|
|
*.swp
|
|
*~$
|
|
obj
|
|
cscope.*
|
|
tags
|
|
build
|