mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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)
10 lines
47 B
Plaintext
10 lines
47 B
Plaintext
*.a
|
|
*.o
|
|
.*
|
|
*.swp
|
|
*~$
|
|
build
|
|
cscope.*
|
|
tags
|
|
build
|