maj gitignore initial
This commit is contained in:
parent
19267dd993
commit
a5be8d8770
4
uproject
4
uproject
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue