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 /benchmarks | |
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 'benchmarks')
-rw-r--r-- | benchmarks/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/.gitignore b/benchmarks/.gitignore new file mode 100644 index 00000000..ddea6f7e --- /dev/null +++ b/benchmarks/.gitignore @@ -0,0 +1,5 @@ +intel_upload_blit_large +intel_upload_blit_large_gtt +intel_upload_blit_large_map +intel_upload_blit_small +# Please keep sorted alphabetically |