public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH v1] Update .gitignore files to ignore typical dev side products
  2019-01-01  0:00 [PATCH v1] Update .gitignore files to ignore typical dev side products Matthias Maennich via libabigail
@ 2019-01-01  0:00 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2019-01-01  0:00 UTC (permalink / raw)
  To: Matthias Maennich; +Cc: libabigail

"Matthias Maennich via libabigail" <libabigail@sourceware.org> a écrit:

> Add / update .gitignore files for tests/ and tools to ignore
> binaries, logs, traces typically produced during development.
>
>  * tests/.gitignore: exclude tests binaries and test results
>  * tools/.gitignore: update to ignore produced binaries

And this one is pushed to master as well!

Thanks a lot!

Cheers,

-- 
		Dodji

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

* [PATCH v1] Update .gitignore files to ignore typical dev side products
@ 2019-01-01  0:00 Matthias Maennich via libabigail
  2019-01-01  0:00 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Maennich via libabigail @ 2019-01-01  0:00 UTC (permalink / raw)
  To: libabigail; +Cc: maennich

Add / update .gitignore files for tests/ and tools to ignore
binaries, logs, traces typically produced during development.

 * tests/.gitignore: exclude tests binaries and test results
 * tools/.gitignore: update to ignore produced binaries

Signed-off-by: Matthias Maennich <maennich@google.com>
---
 tests/.gitignore | 30 ++++++++++++++++++++++++++++++
 tools/.gitignore | 13 ++++++++-----
 2 files changed, 38 insertions(+), 5 deletions(-)
 create mode 100644 tests/.gitignore

diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 000000000000..a9318b6a5bb5
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,30 @@
+*.log
+*.py
+*.sh
+*.svg
+*.trs
+*.txt
+
+output/
+
+mockfedabipkgdiff
+printdifftree
+runtestabicompat
+runtestabidiff
+runtestabidiffexit
+runtestaltdwarf
+runtestannotate
+runtestcorediff
+runtestdiffdwarf
+runtestdiffdwarfabixml
+runtestdifffilter
+runtestdiffpkg
+runtestdiffsuppr
+runtestini
+runtestlookupsyms
+runtestreaddwarf
+runtestreadwrite
+runtestsvg
+runtesttypesstability
+testdiff2
+testirwalker
diff --git a/tools/.gitignore b/tools/.gitignore
index 80bb43d340d1..46d11e4fff9b 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,5 +1,8 @@
-/biar
-/bidiff
-/bidw
-/bilint
-/bisym
+abicompat
+abidiff
+abidw
+abilint
+abinilint
+abipkgdiff
+abisym
+kmidiff
-- 
2.21.0.392.gf8f6787159e-goog

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

end of thread, other threads:[~2019-04-16 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [PATCH v1] Update .gitignore files to ignore typical dev side products Matthias Maennich via libabigail
2019-01-01  0:00 ` Dodji Seketeli

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