maj gitignore initial

This commit is contained in:
Jephté Clain 2018-09-10 07:54:53 +04:00
parent 19267dd993
commit a5be8d8770
1 changed files with 3 additions and 1 deletions

View File

@ -476,7 +476,9 @@ elif [ "$CMD" == crone ]; then
die "bug: mode non prévu"
fi
if ask_yesno "Voulez-vous créer des fichiers .gitignore et .gitattributes initiaux?" O; then
echo >"$destdir/.gitignore"
echo >"$destdir/.gitignore" "\
.~lock*#
.*.swp"
echo >"$destdir/.gitattributes" "\
*.zip -delta
*.gz -delta