From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 741e109a for ; Thu, 18 Jul 2019 12:20:21 +0000 (UTC) Received: (qmail 27972 invoked by alias); 18 Jul 2019 12:20:16 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44553 Received: (qmail 15492 invoked by uid 1010); 18 Jul 2019 12:20:16 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk1-f181.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25510. spamassassin: 3.4.2. Clear:RC:0(209.85.221.181):SA:0(-2.0/5.0):. Processed in 3.714526 secs); 18 Jul 2019 12:20:16 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.221.181 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=6Qt1t2uBVCWvs08Ner1A8tddtTSeCPqxmtLG//seomw=; b=YDcEbWrOO9e6xpq9Fen4TiZPM/rgfLsYXBYXDsTR6gOtq25cvRZg4PDU4bvORN1hH0 Fd8TPEetgWacLMATOfbgcsqO6I+ngHmAHlEtEi5RYjwoYaFG5qf361lP75jL6DY4PKwJ a7iaTrIgHzQKDsekueEVZ57wt2VY8ZDhkSDS50opNjoqFy7tj9fdOz8+YQF0gpOMll6Z idD+glrxze0SUx1KFIs6fJi9YYL3vzGcLzJVcZO1h0nBWd41TFkMlhJaUDgp41uVFBiU SVX/yrhqOSM3F2F9gAne3qNQELiSTzGphJyNzMPyuHN9R3SLs9P1ipOKqcebx32yEuRx sKew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=6Qt1t2uBVCWvs08Ner1A8tddtTSeCPqxmtLG//seomw=; b=BnWkxbSuT4WmPUkFhzlTzb40NVvm7Gu9avcaWFpV+64vb20GV+3MrWoArYOdERcjvD izXxz2TEmVFuv8FNqml8ImzvMTgMlcSSeGMDfWSKCiYVz87o6BnQrdofEafD+PQiQMxF Or4ipfpwVZFKnbQCqrVUYx5m05N7+Q51gwdcpJ6oLBT8hwGuqmmmm6q5+CdftviMQHW6 SgtvPhgr81CFCRLOZ0Qnjxi9MbFG1yQPJl4Bp/vgYDerLHyy9TTrfBU9EAkJea3QsH3n MyfGP7NnfZ8ozRxYpU+8FkKETi++W4zbKVIvRg0PktZNjr6cot1kRS1NOI5/DcYtWCAr iH3g== X-Gm-Message-State: APjAAAX4blEBWswTYGKSFVuR9myV21enQMm3fr/wSdD62Kvch6o/9jrB MhVDzvRG2d6tKPPir6MctMQNsQkHB+fz4DTxj1Lf3fVEWUA= X-Google-Smtp-Source: APXvYqyLkieZ7/4p88itboU4eFtspJSSxi5a9CV74MbGNc35qmX2i1dXYhS7ekjtZVNENcM99Zjx4E74HX9jG8Euj3w= X-Received: by 2002:a1f:b7cf:: with SMTP id h198mr18264167vkf.33.1563452379067; Thu, 18 Jul 2019 05:19:39 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Sebastian Gniazdowski Date: Thu, 18 Jul 2019 14:19:27 +0200 Message-ID: Subject: Re: Anything else to put into Zsh .gitignore template? To: Zsh hackers list Content-Type: text/plain; charset="UTF-8" On Thu, 18 Jul 2019 at 13:47, Sebastian Gniazdowski wrote: > > Hello, > I want to submit a .Zsh gitignore template to the > https://github.com/github/gitignore template database. I'm planing to > put into the template the following patterns: PS. This is mostly for my use of the plugin: https://github.com/voronkovich/gitignore.plugin.zsh It uses the github/gitignore template database and has a "gii " command which appends selected templates into .gitignore in the current directory. I would constantly use "cii vim zsh c" if zsh was among the templates, hence the idea to submit it. -- Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org