aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuka Perkov <luka.perkov@sartura.hr>2014-03-14 12:29:25 +0000
committerAndreas Schneider <asn@cryptomilk.org>2014-03-27 10:10:48 +0100
commit48354f56ec86bcd23b0947e2eb4ce85b9cdebd0f (patch)
treea4bacd19d90baecb28a5fa597c4c7fb38c9119c1 /.gitignore
parent5c0c95bd348078fb94b00a4525a2df0c447c530f (diff)
downloadlibssh-48354f56ec86bcd23b0947e2eb4ce85b9cdebd0f.tar.gz
libssh-48354f56ec86bcd23b0947e2eb4ce85b9cdebd0f.tar.xz
libssh-48354f56ec86bcd23b0947e2eb4ce85b9cdebd0f.zip
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f6b09c9b..911e0da5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
obj
cscope.*
tags
+build