public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tom@tromey.com>
To: dwz@sourceware.org
Cc: Tom Tromey <tom@tromey.com>
Subject: [PATCH] Add .gitignore
Date: Sat, 20 Feb 2021 19:13:39 -0700	[thread overview]
Message-ID: <20210221021339.899074-1-tom@tromey.com> (raw)

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


             reply	other threads:[~2021-02-21  2:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21  2:13 Tom Tromey [this message]
2021-02-21 14:02 ` Mark Wielaard
2021-02-21 17:08   ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210221021339.899074-1-tom@tromey.com \
    --to=tom@tromey.com \
    --cc=dwz@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).