From patchwork Sat Jun 20 10:10:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Koenig X-Patchwork-Id: 1313604 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=gcc.gnu.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha256 header.s=default header.b=A1BbU08n; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49pryv3cWRz9sSf for ; Sat, 20 Jun 2020 20:10:30 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A5363386F43F; Sat, 20 Jun 2020 10:10:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5363386F43F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592647826; bh=zKDlQk4kUaQsVMqY8XFjtrD7Ix+4HKXW9jpKYLvj9+A=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=A1BbU08nIA1fH1WcEBOvj6qi3JfEyNKJdsMS4Phn6jOvMUd+qO5QmUfzryS475h7j lT8rDwryNnHSKYjTpVzuLIW2Xqdt522+xvsN/CHqOxutKIOgrovpB9mucUk4Q7IQ4X hS10syYpiQW0zQLpeKz51s1PRs/rkOPc5/A1CpjI= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from cc-smtpout2.netcologne.de (cc-smtpout2.netcologne.de [89.1.8.212]) by sourceware.org (Postfix) with ESMTPS id F29583851C27 for ; Sat, 20 Jun 2020 10:10:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F29583851C27 Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 2DFCC12A46 for ; Sat, 20 Jun 2020 12:10:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin1.netcologne.de (Postfix) with ESMTP id 2C48711EEB for ; Sat, 20 Jun 2020 12:10:23 +0200 (CEST) Received: from [2001:4dd6:b30:0:6a3c:20fe:6087:4d62] (helo=cc-smtpin1.netcologne.de) by localhost with ESMTP (eXpurgate 4.11.6) (envelope-from ) id 5eede08f-45d8-7f0000012729-7f000001dfcc-1 for ; Sat, 20 Jun 2020 12:10:23 +0200 Received: from linux-p51k.fritz.box (2001-4dd6-b30-0-6a3c-20fe-6087-4d62.ipv6dyn.netcologne.de [IPv6:2001:4dd6:b30:0:6a3c:20fe:6087:4d62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA for ; Sat, 20 Jun 2020 12:10:22 +0200 (CEST) To: gcc-patches Subject: [patch] Add swap files for vim to .gitignore Message-ID: <90927137-2333-4eea-64d7-98ac0c404801@netcologne.de> Date: Sat, 20 Jun 2020 12:10:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 Content-Language: de-DE X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Thomas Koenig via Gcc-patches From: Thomas Koenig Reply-To: Thomas Koenig Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" Add swap files for vim to .gitignore. This patch adds the most common swap files for vim to .gitignore. The editor may leave those behind if is stopped or crashes. We already do the same kind of things for emacs. ChangeLog: * .gitignore: Add swap files for vim. diff --git a/.gitignore b/.gitignore index d9eeaf2ed7a..43b85a6e127 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ .#* *# +.*.swp +.*.swo + *.flt *.gmo *.info