[PATCH] Add .gitignore

Tom Tromey tom@tromey.com
Sun Feb 21 02:13:39 GMT 2021


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



More information about the Dwz mailing list