mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
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:
committed by
Andreas Schneider
parent
70dbbfa320
commit
96db44ff17
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@
|
|||||||
build
|
build
|
||||||
cscope.*
|
cscope.*
|
||||||
tags
|
tags
|
||||||
|
build
|
||||||
|
|||||||
Reference in New Issue
Block a user