new.sh: do not overwrite the existing .gitignore file, just append to it
[drupal-init-tools.git] / libexec / new.sh
index 7c4f1b6..890b1d0 100755 (executable)
@@ -119,7 +119,8 @@ cat > bootstrap.conf <<EOF
 #MYSQL_SU_PASSWORD='password'
 EOF
 
-cat > .gitignore <<EOF
+cat >> .gitignore <<EOF
+
 # Ignore the configuration for the bootstrap script
 bootstrap.conf
 EOF