summaryrefslogtreecommitdiff
path: root/lib/hydra/git
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hydra/git')
-rw-r--r--lib/hydra/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/git b/lib/hydra/git
index 6e7f05a..34ba053 100644
--- a/lib/hydra/git
+++ b/lib/hydra/git
@@ -4,7 +4,7 @@
function hydra_git_ignore {
if [ ! -z "$BASEDIR/.gitignore" ]; then
echo $1 > $BASEDIR/.gitignore
- hydra_exec git $BASEDIR add .gitignore
+ hydra_exec git $BASEDIR add .gitignore &> /dev/null
else
if ! grep -q -e "^$1$" $BASEDIR/.gitignore; then
echo $1 >> $BASEDIR/.gitignore