diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-01-03 21:12:18 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-01-04 10:47:10 +0100 |
commit | 6540ed2112dc589e13eb4bf4460df1c95a1b38a5 (patch) | |
tree | 91ac979317ceff018ee21511602d3c361b887c2b /.gitignore | |
parent | 41ae07aba28dcec0b98245be90d9d5925c13c5c7 (diff) |
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 <kibi@debian.org>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 154 |
1 files changed, 66 insertions, 88 deletions
@@ -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 |