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