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 8588ed41 for ; Thu, 18 Jul 2019 11:48:16 +0000 (UTC) Received: (qmail 6355 invoked by alias); 18 Jul 2019 11:48:08 -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: 44552 Received: (qmail 12064 invoked by uid 1010); 18 Jul 2019 11:48:07 -0000 X-Qmail-Scanner-Diagnostics: from mail-vs1-f45.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.217.45):SA:0(-2.0/5.0):. Processed in 1.228503 secs); 18 Jul 2019 11:48:07 -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.217.45 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=EQEl/2FI9ltT8zH4kD1QCztl3fKb1T7cMwi2VtGAZkk=; b=KCqxe+Glvwm8qVc5BymFy7lVx0vZzo77RTDCPiaIZKsjUxU965t8XVNU8YeG9tNoPo eGMpTR7ocGhgcFHYnpUXmP2KVcXcK6TGcOguIWNY0mKJ6hhAjsimPJ/Z01B6HP63fh0y +l1mdkL61rXp9tpPEkDRS//AT99enDLPWK8CzwkPenyIC8fuPCFWVs3FH5qT9uoH8oC4 xqc090uuwd8KPnADD+C7Tk+NRjQ1Rl/HA8ImMUTqHWg3P5AMTBzRwwxvTIiXDUQnXgoi MxvTHSj9NrCYBIOjCjZNiHxePrVax44+KK9jdP9T0ApSXYe9mzejPPTO2Nl1gG0Syjn0 s5lQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=EQEl/2FI9ltT8zH4kD1QCztl3fKb1T7cMwi2VtGAZkk=; b=oYQrg/qJ5bQi758rnS5PwU0pGJylj73yDNhZMAI4Y950b9/hKhBS6nPDu4fWON5aRm +GbCFcMbZk7H1t/NkxPSmokGeVyaoCRSA5L8WXOSeCCYvAGm5Jo7FSZooRjJWOdL9Ek6 GaYMjHVOG5uM0wcaDbcnkn6zA9wiemy5Ud3mqxgjtQmN6sV5DUx5Pwkg5LsF6TzWmNcQ fdCPhqJ0h2ek35zu60uJCSs0fIgyiKnTZtwf7NqGlI8QAzmfRzZis4v8VRaVKof4Ycm3 Rcbr1CvlJDWtDH8FFHz6kTl+btfD2ZML/j2od91wq/tZq6H8BIeoo9JL7vFo7f9c74P8 jCpg== X-Gm-Message-State: APjAAAW9ZIM0u4aPR1DOkycGdFq0rINFIcOA0XsHFE+XILaPG3npxgef 1zPpo8zYLC2sQpoJ+76pyRxAXM/oHcgeWNUTGIokApm27PE= X-Google-Smtp-Source: APXvYqy3/8fNffFtG+YtCAVtFGsOQb5vP2wpDFYvwHLuAfTO2iqdbfUTuhB2f4DugE5kmq9iMdyskw9e7IhcZRF0hjk= X-Received: by 2002:a67:8e0a:: with SMTP id q10mr5568119vsd.215.1563450453643; Thu, 18 Jul 2019 04:47:33 -0700 (PDT) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Thu, 18 Jul 2019 13:47:22 +0200 Message-ID: Subject: Anything else to put into Zsh .gitignore template? To: Zsh hackers list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: *.zwc *zcompdump* ._zplugin The last one might be controversial, but =E2=80=93 why not? For anyone developing a plugin with use of zplugin to load & test it the entry will be valuable =E2=80=93 I've came up with the entry from my own practice= . But, is there anything else worth putting into the template? --=20 Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org