From: Damien Lespiau <damien.lespiau@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 04/10] Update .gitignore files with the new tests and tools
Date: Mon, 29 Apr 2013 19:15:31 +0100 [thread overview]
Message-ID: <1367259337-14586-5-git-send-email-damien.lespiau@intel.com> (raw)
In-Reply-To: <1367259337-14586-1-git-send-email-damien.lespiau@intel.com>
Also sort them.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
tests/.gitignore | 24 ++++++++++++++----------
tools/.gitignore | 5 +++++
2 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/tests/.gitignore b/tests/.gitignore
index fd30412..b406d0c 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,4 +1,3 @@
-kms_flip
drm_vma_limiter
drm_vma_limiter_cached
drm_vma_limiter_cpu
@@ -9,10 +8,10 @@ gem_bad_blit
gem_bad_length
gem_basic
gem_cacheing
-gem_cs_prefetch
-gem_cs_tlb
gem_cpu_concurrent_blit
gem_cpu_reloc
+gem_cs_prefetch
+gem_cs_tlb
gem_ctx_bad_destroy
gem_ctx_bad_exec
gem_ctx_basic
@@ -21,20 +20,22 @@ gem_ctx_exec
gem_double_irq_loop
gem_dummy_reloc_loop
gem_exec_bad_domains
-gem_exec_blt
gem_exec_big
+gem_exec_blt
gem_exec_faulting_reloc
+gem_exec_lut_handle
gem_exec_nop
-gem_fenced_exec_thrash
gem_fence_thrash
+gem_fenced_exec_thrash
gem_flink
-gem_gtt_speed
gem_gtt_concurrent_blit
gem_gtt_cpu_tlb
+gem_gtt_speed
gem_hang
gem_hangcheck_forcewake
gem_largeobject
gem_linear_blits
+gem_lut_handle
gem_mmap
gem_mmap_gtt
gem_mmap_offset_exhaustion
@@ -45,21 +46,22 @@ gem_pipe_control_store_loop
gem_pread_after_blit
gem_pwrite
gem_readwrite
+gem_reg_read
gem_reloc_overflow
gem_reloc_vs_gpu
-gem_reg_read
gem_render_linear_blits
gem_render_tiled_blits
-gem_ringfill
gem_ring_sync_loop
+gem_ringfill
+gem_seqno_wrap
gem_set_tiling_vs_blt
gem_set_tiling_vs_gtt
gem_set_tiling_vs_pwrite
-gem_seqno_wrap
gem_storedw_batches_loop
gem_storedw_loop_blt
gem_storedw_loop_bsd
gem_storedw_loop_render
+gem_storedw_loop_vebox
gem_stress
gem_threaded_access_tiled
gem_tiled_blits
@@ -68,6 +70,7 @@ gem_tiled_partial_pwrite_pread
gem_tiled_pread
gem_tiled_pread_pwrite
gem_tiled_swapping
+gem_tiling_max_stride
gem_unfence_active_buffers
gem_unref_active_buffers
gem_vmap_blits
@@ -80,12 +83,13 @@ gen3_render_tiledy_blits
getclient
getstats
getversion
+kms_flip
prime_nv_api
prime_nv_pcopy
prime_nv_test
prime_self_import
prime_udl
-testdisplay
sysfs_rc6_residency
sysfs_rps
+testdisplay
# Please keep sorted alphabetically
diff --git a/tools/.gitignore b/tools/.gitignore
index 454d10e..23ac628 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -16,7 +16,12 @@ intel_gtt
intel_infoframes
intel_l3_parity
intel_lid
+intel_nc_read
+intel_nc_write
intel_panel_fitter
+intel_perf_counters
+intel_punit_read
+intel_punit_write
intel_reg_checker
intel_reg_dumper
intel_reg_read
--
1.8.1.4
next prev parent reply other threads:[~2013-04-29 18:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-29 18:15 Provide a simulation friendly test environment v2 Damien Lespiau
2013-04-29 18:15 ` [PATCH 01/10] README: Reword a few sentences Damien Lespiau
2013-04-29 18:15 ` [PATCH 02/10] build: Make grep silent when running make test Damien Lespiau
2013-04-29 18:15 ` [PATCH 03/10] lib: Remove the execution bit of intel_chipset.h Damien Lespiau
2013-04-29 18:15 ` Damien Lespiau [this message]
2013-04-29 18:15 ` [PATCH 05/10] lib: Add the declaration of intel_register_access_needs_fakewake() Damien Lespiau
2013-04-29 18:15 ` [PATCH 06/10] reg_dumper: Shut a warning down Damien Lespiau
2013-05-08 12:41 ` Damien Lespiau
2013-04-29 18:15 ` [PATCH 07/10] lib: Rename IGT_QUICK to INTEL_SIMULATION Damien Lespiau
2013-04-29 18:15 ` [PATCH 08/10] lib: Introduce drmtest_skip_on_simulation() Damien Lespiau
2013-04-29 23:00 ` Jesse Barnes
2013-04-29 18:15 ` [PATCH 09/10] tests: Black list tests we don't want to run on simulation Damien Lespiau
2013-04-29 21:04 ` Daniel Vetter
2013-04-29 18:15 ` [PATCH 10/10] tests: Instrument tests run in simulation to run quickly Damien Lespiau
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=1367259337-14586-5-git-send-email-damien.lespiau@intel.com \
--to=damien.lespiau@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/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