new.sh: do not overwrite the existing .gitignore file, just append to it
authorAntonio Ospite <ao2@ao2.it>
Mon, 12 Mar 2018 14:27:21 +0000 (15:27 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:30:04 +0000 (13:30 +0100)
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