Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1171939

[RFC v2 2/4] .gitignore: add *.su pattern

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Rasmus Villemoes <linux@rasmusvillemoes.dk>
Newsgroups linux.kernel
Subject [RFC v2 2/4] .gitignore: add *.su pattern
Date Thu, 25 Jun 2015 10:30:02 +0200
Message-ID <pFaHM-3gT-3@gated-at.bofh.it> (permalink)
References <pDC5r-6YN-7@gated-at.bofh.it> <pFaHM-3gT-5@gated-at.bofh.it>
X-Original-To Michal Marek <mmarek@suse.cz>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uMaqBRfp5uVribDctrk0wX30gRbqcDhV2QjSQyjWzg0=; b=By7xtppxQDdlhZKknkMECX8he2iI7amKHQ3yY3ZJer9OOCv49gzq7oDRxPHYuJNmLV sZgL+f3N7rphdal5sfFu9bN4VLU+tRjVEocEhFrIGYyKlQR7Hp7wW9EqHkS38lH+vUXR DbzSNUe3+xJjBZNRNHUKROytVBvlC+Ct1nnXk=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uMaqBRfp5uVribDctrk0wX30gRbqcDhV2QjSQyjWzg0=; b=mJcGzSrMXvC5DiOFnHH5R+vzbp8Im+ZXUnLs6SJARC3s6PSEMO3tq3NtgvnCqlcm3k gC7xZap2lqy4mMsKwMH99UwSqKCVhfqlS1/9GsQ9tqq80EwM6gcG65u+XY7D2kgVW6M+ PeZ9ZLZhOY0XBUiFB6Ny0Gp5G6ny0QL6K0PEfOsOL2TVfquirU8inVu3L8mnbJuSFVqo 44ZzWWGhdCzLZ7C0p3+6rMc1bP0cqyu7iZOr6dAf6gdezVR9jgT0au0SeCJ5JZ/BAjuS nYmMsZVbcbwJpqjDnQyyHiSTibM5XjAPWXmgXYJ0Ck3aYIaCDuF8AXsp4Yxv6GiV0SuW Z43Q==
X-Gm-Message-State ALoCoQn+aOGu9kjfLZsWn9Q1VXce97vKKtWU7frOFx7+3+s0iHmfvTErFcZyMoHjZ2vLhDNi2gMy
X-Received by 10.112.72.132 with SMTP id d4mr43696463lbv.1.1435220512083; Thu, 25 Jun 2015 01:21:52 -0700 (PDT)
X-Mailer git-send-email 2.1.3
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 27
Organization linux.* mail to news gateway
X-Original-Cc linux-kbuild@vger.kernel.org, Rasmus Villemoes <linux@rasmusvillemoes.dk>, linux-kernel@vger.kernel.org
X-Original-Date Thu, 25 Jun 2015 10:21:30 +0200
X-Original-Message-ID <1435220492-15868-3-git-send-email-linux@rasmusvillemoes.dk>
X-Original-References <1434849046-19920-1-git-send-email-linux@rasmusvillemoes.dk> <1435220492-15868-1-git-send-email-linux@rasmusvillemoes.dk>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1171939

Show key headers only | View raw


Ignore the *.su files generated by using the gcc option -fstack-usage.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4ad4a98b884b..9e51ead66a55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@
 modules.builtin
 Module.symvers
 *.dwo
+*.su
 
 #
 # Top-level generic files
-- 
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[RFC v2 2/4] .gitignore: add *.su pattern Rasmus Villemoes <linux@rasmusvillemoes.dk> - 2015-06-25 10:30 +0200

csiph-web