public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Sync .gitignore with binutils-gdb
@ 2020-12-02 14:44 Simon Marchi
  2020-12-02 18:04 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Marchi @ 2020-12-02 14:44 UTC (permalink / raw)
  To: gcc-patches; +Cc: Simon Marchi

Bring in a few lines that are in binutils-gdb's .gitignore but not
gcc's.

Note that I don't have push access to gcc, so I would appreciate
if somebody could push it for me.

ChangeLog:

	* .gitignore: Sync with binutils-gdb.
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1a29029895aa..382e2def731e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -44,6 +45,9 @@ compile_commands.json
 .gdbinit
 .gdb_history
 
+perf.data
+perf.data.old
+
 # ignore core files, but not java/net/protocol/core/
 core
 !core/
@@ -54,6 +58,9 @@ lost+found
 LAST_UPDATED
 REVISION
 
+stamp-*
+*.stamp
+
 # ignore in-tree prerequisites
 /mpfr*
 /mpc*
-- 
2.29.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Sync .gitignore with binutils-gdb
  2020-12-02 14:44 [PATCH] Sync .gitignore with binutils-gdb Simon Marchi
@ 2020-12-02 18:04 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2020-12-02 18:04 UTC (permalink / raw)
  To: Simon Marchi, gcc-patches



On 12/2/20 7:44 AM, Simon Marchi via Gcc-patches wrote:
> Bring in a few lines that are in binutils-gdb's .gitignore but not
> gcc's.
>
> Note that I don't have push access to gcc, so I would appreciate
> if somebody could push it for me.
>
> ChangeLog:
>
> 	* .gitignore: Sync with binutils-gdb.
Pushed to the trunk.

THanks,
jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-02 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 14:44 [PATCH] Sync .gitignore with binutils-gdb Simon Marchi
2020-12-02 18:04 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).