From: Cyrill Gorcunov <gorcunov@gmail.com> To: Vladimir Davydov <vdavydov.dev@gmail.com> Cc: tarantool <tarantool-patches@freelists.org> Subject: [PATCH v2] gitignore: Add paths for quilt Date: Sat, 2 Mar 2019 15:05:20 +0300 [thread overview] Message-ID: <20190302120520.GB13301@uranus.lan> (raw) In-Reply-To: <20190302114636.vjlpnv54mefa7iy6@esperanza> Suitable for those who is using quilt for development. --- Add .orig as well .gitignore | 3 +++ 1 file changed, 3 insertions(+) Index: tarantool.git/.gitignore =================================================================== --- tarantool.git.orig/.gitignore +++ tarantool.git/.gitignore @@ -6,10 +6,13 @@ _CPack_Packages *.gcno *.gcda *.gcov +patches/ coverage/ coverage.info *.o *.reject +*.orig +*.rej *.so *~ *.swp*
next prev parent reply other threads:[~2019-03-02 12:05 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-03-02 11:27 [tarantool-patches] [PATCH] " Cyrill Gorcunov 2019-03-02 11:46 ` Vladimir Davydov 2019-03-02 12:05 ` Cyrill Gorcunov [this message] 2019-03-02 12:22 ` [PATCH v2] " Vladimir Davydov 2019-03-05 7:50 ` [tarantool-patches] Re: [PATCH] " Konstantin Osipov 2019-03-05 7:59 ` Cyrill Gorcunov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190302120520.GB13301@uranus.lan \ --to=gorcunov@gmail.com \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [PATCH v2] gitignore: Add paths for quilt' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox