Remove patterns referring to old tests, and in general to files that do not exist anymore. Simplify few existing patterns into more general ones. --- .gitignore | 34 +++++----------------------------- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index fb80e9f..553e83d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,10 @@ ChangeLog AUTHORS *.[ao] *.l[ao] +*.exe *~ .deps .libs -.sc-start-sc_* Makefile Makefile.in aclocal.m4 @@ -17,7 +17,6 @@ build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh build-aux/missing -build-aux/mkinstalldirs build-aux/config.rpath build-aux/test-driver config.cache @@ -30,12 +29,9 @@ libtool m4 stamp-h1 tags -tests/test-skeleton -tests/test-skeleton.sh -osinfo/libosinfo.pc -osinfo/Libosinfo-1.0.gir -osinfo/Libosinfo-1.0.typelib -osinfo/libosinfo-1.0.vapi +*.gir +*.typelib +*.vapi osinfo/osinfo_enum_types.[ch] osinfo/osinfo_version.h *.gcno @@ -46,13 +42,11 @@ coverage/ tests/test-device tests/test-os tests/test-entity -tests/test-hypervisor tests/test-list tests/test-db tests/test-devicelist tests/test-devicelinklist tests/test-filter -tests/test-hypervisorlist tests/test-install-script tests/test-image tests/test-imagelist @@ -60,36 +54,18 @@ tests/test-loader tests/test-media tests/test-productfilter tests/test-oslist -tests/test-os-resources tests/test-product tests/test-platform tests/test-platformlist -tests/test-isodetect -tests/test-mediauris -tests/test-treeuris -tests/test-imageuris tests/test-tree tests/*.log tests/*.trs build/ gtk-doc.make -data/95-osinfo.rules -data/*/*/*.xml -data/*/*/*/*.xml -data/pci.ids -data/usb.ids +tools/*.1 tools/osinfo-detect -tools/osinfo-detect.1 -tools/osinfo-detect.exe -tools/osinfo-db-validate -tools/osinfo-db-validate.exe -tools/osinfo-db-validate.1 tools/osinfo-query -tools/osinfo-query.1 -tools/osinfo-query.exe tools/osinfo-install-script -tools/osinfo-install-script.exe -tools/osinfo-install-script.1 docs/reference/Libosinfo.types po/Makefile.in.in po/POTFILES -- 2.20.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo