From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dario Faggioli Subject: [PATCH] gitgnore: tweaks for stgit Date: Mon, 16 Sep 2013 11:37:18 +0200 Message-ID: <20130916093713.16823.52390.stgit@hit-nxdomain.opendns.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org so that the temporary files stgit creates and uses (for commit changelogs and cover letters) do not pollute the output of `git status'. Signed-off-by: Dario Faggioli CC: Ian Campbell CC: Ian Jackson --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3253675..3f59faf 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ cscope.out cscope.po.out .config +.stgit-new.txt +.stgitmail.txt + dist stubdom/*.tar.gz