public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update root-level .gitignore
@ 2016-09-25  2:35 Simon Marchi
  2016-09-27 15:55 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Marchi @ 2016-09-25  2:35 UTC (permalink / raw)
  To: gdb-patches, binutils; +Cc: Simon Marchi

This patch adds some patterns for generated files to the root-level
.gitignore:

 - stamp files (stamp-* and *.stamp)
 - static library files (*.a)

ChangeLog:

	* .gitignore: Add ignore patterns.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index c9a6158..68d4fef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
 *.o
 *.pyc
 *.tmp
+*.a
 
 .deps
 .libs
@@ -49,3 +50,6 @@ lost+found
 # ignore ./contrib/gcc_update output
 LAST_UPDATED
 REVISION
+
+stamp-*
+*.stamp
-- 
2.10.0

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

* Re: [PATCH] Update root-level .gitignore
  2016-09-25  2:35 [PATCH] Update root-level .gitignore Simon Marchi
@ 2016-09-27 15:55 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2016-09-27 15:55 UTC (permalink / raw)
  To: Simon Marchi, gdb-patches, binutils

Hi Simon,

> 	* .gitignore: Add ignore patterns.

Approved and applied.

Cheers
  Nick

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

end of thread, other threads:[~2016-09-27 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-25  2:35 [PATCH] Update root-level .gitignore Simon Marchi
2016-09-27 15:55 ` Nick Clifton

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).