Update .gitignore files to ignore typical dev side products
authorMatthias Maennich via libabigail <libabigail@sourceware.org>
Mon, 15 Apr 2019 09:42:15 +0000 (10:42 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 16 Apr 2019 14:32:52 +0000 (16:32 +0200)
commitb01918eb1855c673dd3abd5bf159ef89a2fbe696
treedfbde83c9d41d931149fee89d7bd7b84a53e4509
parent90c32a8df5a4ebd3509504211fbf5bd082b4897c
Update .gitignore files to ignore typical dev side products

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 [new file with mode: 0644]
tools/.gitignore