public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add .gitignore
@ 2021-02-21  2:13 Tom Tromey
  2021-02-21 14:02 ` Mark Wielaard
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2021-02-21  2:13 UTC (permalink / raw)
  To: dwz; +Cc: Tom Tromey

This adds a basic .gitignore.
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bc78b47
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*.o
+*.dwo
+*~
+dwz
+dwz.sum
+dwz.log
+testsuite/dwz.tests/execs
-- 
2.26.2


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

* Re: [PATCH] Add .gitignore
  2021-02-21  2:13 [PATCH] Add .gitignore Tom Tromey
@ 2021-02-21 14:02 ` Mark Wielaard
  2021-02-21 17:08   ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Wielaard @ 2021-02-21 14:02 UTC (permalink / raw)
  To: Tom Tromey; +Cc: dwz

Hi Tom,

On Sat, Feb 20, 2021 at 07:13:39PM -0700, Tom Tromey wrote:
> This adds a basic .gitignore.

I still think people shouldn't use srcdir == builddir.
But I guess it is what people do and we shouldn't annoy them.
So pushed.

Thanks,

Mark


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

* Re: [PATCH] Add .gitignore
  2021-02-21 14:02 ` Mark Wielaard
@ 2021-02-21 17:08   ` Tom Tromey
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Tromey @ 2021-02-21 17:08 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: Tom Tromey, dwz

Mark> I still think people shouldn't use srcdir == builddir.
Mark> But I guess it is what people do and we shouldn't annoy them.
Mark> So pushed.

Thanks.  I tend to build in-tree when it's unlikely that I will want to
build a program in multiple configurations.

Tom

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

end of thread, other threads:[~2021-02-21 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21  2:13 [PATCH] Add .gitignore Tom Tromey
2021-02-21 14:02 ` Mark Wielaard
2021-02-21 17:08   ` Tom Tromey

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