[Libosinfo] [libosinfo PATCH] gitignore: remove old entries
Fabiano Fidêncio
fidencio at redhat.com
Fri Mar 29 18:28:13 UTC 2019
On Fri, Mar 29, 2019 at 5:26 PM Pino Toscano <ptoscano at redhat.com> wrote:
>
> Remove patterns referring to old tests, and in general to files that do
> not exist anymore.
> ---
> .gitignore | 22 ----------------------
> 1 file changed, 22 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index fb80e9f..f82d734 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -5,7 +5,6 @@ AUTHORS
> *~
> .deps
> .libs
> -.sc-start-sc_*
> Makefile
> Makefile.in
> aclocal.m4
> @@ -17,7 +16,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,8 +28,6 @@ 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
> @@ -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,35 +54,19 @@ 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/osinfo-detect
> tools/osinfo-detect.1
> -tools/osinfo-detect.exe
Why removing this one? osinfo-query is still part of libosinfo and
osinfo-detect.exe can be generated when building using mingw.
> -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
Same about osinfo-query.exe
> tools/osinfo-install-script
> -tools/osinfo-install-script.exe
Same about osinfo-install-script.exe
> tools/osinfo-install-script.1
> docs/reference/Libosinfo.types
> po/Makefile.in.in
> --
> 2.20.1
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
Leaving tools/osinfo-detect.exe, tools/osinfo-query.exe, and
tools/osinfo-install-script.exe ...
Reviewed-by: Fabiano Fidêncio <fidencio at redhat.com>
More information about the Libosinfo
mailing list