From a5be8d8770f4d2afd39a55a0250eb098148518af Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 10 Sep 2018 07:54:53 +0400 Subject: [PATCH] maj gitignore initial --- uproject | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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