[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] update gitignore file
[Thread Prev] | [Thread Next]
- Subject: [PATCH] update gitignore file
- From: Luka Perkov <luka.perkov@xxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 14 Mar 2014 12:29:25 +0000
- To: libssh@xxxxxxxxxx
- Cc: Luka Perkov <luka.perkov@xxxxxxxxxx>
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@xxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f6b09c9..911e0da 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ obj cscope.* tags +build -- 1.9.0
Archive administrator: postmaster@lists.cynapses.org