From: Eric Engestrom <eric.engestrom@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH libdrm 1/2] gitignore: sort file
Date: Tue, 16 Oct 2018 12:24:58 +0100 [thread overview]
Message-ID: <20181016112458.yhh5ovd2nw5yi3ei@intel.com> (raw)
In-Reply-To: <20181015234807.20016-1-lucas.demarchi@intel.com>
On Monday, 2018-10-15 16:48:06 -0700, Lucas De Marchi wrote:
> LANG=C sort -u .gitignore | sponge .gitignore
>
> This way it's easier to keep track of the entries.
>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Sure, why not:
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
> ---
> .gitignore | 56 +++++++++++++++++++++++++++---------------------------
> 1 file changed, 28 insertions(+), 28 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index d51e619b..49cced50 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,6 +1,3 @@
> -bsd-core/*/@
> -bsd-core/*/machine
> -*~
> *.1
> *.3
> *.5
> @@ -17,17 +14,20 @@ bsd-core/*/machine
> *.o.cmd
> *.sw?
> *.trs
> +*~
> +.*check*
> +.*install*
> .depend
> .deps
> .libs
> .tmp_versions
> -.*check*
> -.*install*
> Makefile
> Makefile.in
> TAGS
> aclocal.m4
> autom4te.cache
> +bsd-core/*/@
> +bsd-core/*/machine
> build-aux
> bus_if.h
> compile
> @@ -47,21 +47,22 @@ drm_pciids.h
> export_syms
> i915.kld
> install-sh
> -libdrm/config.h.in
> libdrm.pc
> +libdrm/config.h.in
> +libdrm_amdgpu.pc
> +libdrm_etnaviv.pc
> +libdrm_exynos.pc
> +libdrm_freedreno.pc
> libdrm_intel.pc
> libdrm_nouveau.pc
> -libdrm_radeon.pc
> libdrm_omap.pc
> -libdrm_exynos.pc
> -libdrm_freedreno.pc
> -libdrm_amdgpu.pc
> +libdrm_radeon.pc
> libdrm_vc4.pc
> -libdrm_etnaviv.pc
> libkms.pc
> libtool
> ltmain.sh
> mach64.kld
> +man/*.3
> man/.man_fixup
> mga.kld
> missing
> @@ -74,35 +75,34 @@ savage.kld
> sis.kld
> stamp-h1
> tdfx.kld
> -via.kld
> -tests/auth
> tests/amdgpu/amdgpu_test
> +tests/auth
> tests/dristat
> tests/drmdevice
> tests/drmsl
> tests/drmstat
> +tests/etnaviv/etnaviv_2d_test
> +tests/etnaviv/etnaviv_bo_cache_test
> +tests/etnaviv/etnaviv_cmd_stream_test
> +tests/exynos/exynos_fimg2d_event
> +tests/exynos/exynos_fimg2d_perf
> +tests/exynos/exynos_fimg2d_test
> tests/getclient
> tests/getstats
> tests/getversion
> tests/hash
> +tests/kms/kms-steal-crtc
> +tests/kms/kms-universal-planes
> +tests/kmstest/kmstest
> tests/lock
> -tests/openclose
> -tests/random
> -tests/setversion
> -tests/updatedraw
> tests/modeprint/modeprint
> tests/modetest/modetest
> tests/name_from_fd
> +tests/openclose
> tests/proptest/proptest
> -tests/kms/kms-steal-crtc
> -tests/kms/kms-universal-planes
> -tests/kmstest/kmstest
> -tests/vbltest/vbltest
> tests/radeon/radeon_ttm
> -tests/exynos/exynos_fimg2d_event
> -tests/exynos/exynos_fimg2d_perf
> -tests/exynos/exynos_fimg2d_test
> -tests/etnaviv/etnaviv_2d_test
> -tests/etnaviv/etnaviv_cmd_stream_test
> -tests/etnaviv/etnaviv_bo_cache_test
> -man/*.3
> +tests/random
> +tests/setversion
> +tests/updatedraw
> +tests/vbltest/vbltest
> +via.kld
> --
> 2.19.1.1.g8c3cf03f71
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2018-10-16 11:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-15 23:48 [PATCH libdrm 1/2] gitignore: sort file Lucas De Marchi
2018-10-15 23:48 ` [PATCH libdrm 2/2] gitignore: add _build Lucas De Marchi
2018-10-16 11:26 ` Eric Engestrom
2018-10-16 15:24 ` Lucas De Marchi
2018-10-16 16:38 ` Eric Engestrom
2018-10-19 17:19 ` Lucas De Marchi
2018-12-17 17:43 ` Emil Velikov
2018-12-17 23:38 ` Lucas De Marchi
2018-10-16 11:24 ` Eric Engestrom [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181016112458.yhh5ovd2nw5yi3ei@intel.com \
--to=eric.engestrom@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=lucas.demarchi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox