From 6540ed2112dc589e13eb4bf4460df1c95a1b38a5 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 3 Jan 2012 21:12:18 -0500 Subject: Use standard .gitignore file and layout Reusing xorg code saves maintenance in the long term. Now that m4/.gitignore is removed, the -I m4 ${ACLOCAL_FLAGS} must be removed to avoid build breakage as m4 is generated and not part of the git source. Acked-by: Cyril Brulebois Reviewed-by: Ben Widawsky Signed-off-by: Gaetan Nadon Signed-off-by: Daniel Vetter --- .gitignore | 154 ++++++++++++++++++++++++++----------------------------------- 1 file changed, 66 insertions(+), 88 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 26058fd2..063aeec0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,103 +1,81 @@ -.deps -.libs -Makefile -Makefile.in -*.la -*.lo -*.o -*.swo -*.swp -*~ +# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) aclocal.m4 -autom4te.cache +autom4te.cache/ +autoscan.log +ChangeLog compile config.guess config.h config.h.in config.log +config-ml.in +config.py config.status +config.status.lineno config.sub configure -configure.lineno +configure.scan depcomp +.deps/ +INSTALL install-sh +.libs/ libtool +libtool.m4 ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh missing -stamp-h1 +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for xfs +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# +*.swo +*.swp cscope.* -benchmarks/intel_upload_blit_large -benchmarks/intel_upload_blit_large_gtt -benchmarks/intel_upload_blit_large_map -benchmarks/intel_upload_blit_small -m4/libtool.m4 -m4/lt*.m4 -tests/getclient -tests/getstats -tests/getversion -tests/gem_basic -tests/gem_double_irq_loop -tests/gem_dummy_reloc_loop -tests/gem_exec_blt -tests/gem_exec_nop -tests/gem_exec_bad_domains -tests/gem_exec_faulting_reloc -tests/gem_fence_thrash -tests/gem_fenced_exec_thrash -tests/gem_flink -tests/gem_gtt_speed -tests/gem_largeobject -tests/gem_mmap -tests/gem_mmap_gtt -tests/gem_pipe_control_store_loop -tests/gem_pread_after_blit -tests/gem_pwrite -tests/gem_readwrite -tests/gem_ringfill -tests/gem_ring_sync_loop -tests/gem_linear_blits -tests/gem_storedw_batches_loop -tests/gem_storedw_loop_blt -tests/gem_storedw_loop_bsd -tests/gem_storedw_loop_render -tests/gem_vmap_blits -tests/gem_tiled_blits -tests/gem_tiled_fence_blits -tests/gem_tiled_pread -tests/gem_tiled_pread_pwrite -tests/gem_partial_pwrite_pread -tests/gem_unref_active_buffers -tests/gem_bad_address -tests/gem_bad_batch -tests/gem_bad_blit -tests/gem_bad_length -tests/gem_hang -tests/gem_hangcheck_forcewake -tests/gem_gtt_speed -tests/gem_stress -tests/gem_reloc_vs_gpu -tests/gen3_render_linear_blits -tests/gen3_render_tiledx_blits -tests/gen3_render_tiledy_blits -tests/gen3_render_mixed_blits -tests/gen3_mixed_blits -tests/testdisplay -tools/forcewaked -tools/intel_backlight -tools/intel_disable_clock_gating -tools/intel_dump_decode -tools/intel_error_decode -tools/intel_gpu_dump -tools/intel_gpu_time -tools/intel_gpu_top -tools/intel_gtt -tools/intel_lid -tools/intel_reg_checker -tools/intel_reg_dumper -tools/intel_reg_write -tools/intel_stepping -tools/intel_audio_dump -tools/intel_reg_read -tools/intel_reg_snapshot -tools/intel_bios_dumper -tools/intel_bios_reader -- cgit v1.2.3