diff --git a/uproject b/uproject index aff7a16..9dd047e 100755 --- a/uproject +++ b/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