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

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