[Beignet] [PATCH 4/4] Update gitignore files
Zhigang Gong
zhigang.gong at linux.intel.com
Thu May 16 20:51:33 PDT 2013
LGTM, thanks.
On Mon, May 13, 2013 at 08:21:18PM +0200, Simon Richter wrote:
> - Ignore CMake built files
> - Ignore .so files only in the subdirectory
> - Ignore generated .bmp files
> - Ignore generated config headers
> - Ignore generated source for OCL
> ---
> .gitignore | 5 ++++-
> backend/src/.gitignore | 3 +++
> src/.gitignore | 2 ++
> utests/.gitignore | 13 +++++++++++++
> 4 files changed, 22 insertions(+), 1 deletion(-)
> create mode 100644 src/.gitignore
> create mode 100644 utests/.gitignore
>
> diff --git a/.gitignore b/.gitignore
> index bae14b5..90fd161 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,2 +1,5 @@
> *.o
> -*.so*
> +CMakeCache.txt
> +CMakeFiles/
> +Makefile
> +cmake_install.cmake
> diff --git a/backend/src/.gitignore b/backend/src/.gitignore
> index afcb283..39239f3 100644
> --- a/backend/src/.gitignore
> +++ b/backend/src/.gitignore
> @@ -1 +1,4 @@
> +GBEConfig.h
> +libgbe.so
> +ocl_common_defines_str.cpp
> ocl_stdlib_str.cpp
> diff --git a/src/.gitignore b/src/.gitignore
> new file mode 100644
> index 0000000..fc1479e
> --- /dev/null
> +++ b/src/.gitignore
> @@ -0,0 +1,2 @@
> +OCLConfig.h
> +libcl.so
> diff --git a/utests/.gitignore b/utests/.gitignore
> new file mode 100644
> index 0000000..9a374dc
> --- /dev/null
> +++ b/utests/.gitignore
> @@ -0,0 +1,13 @@
> +compiler_box_blur.bmp
> +compiler_box_blur_float.bmp
> +compiler_clod.bmp
> +compiler_julia.bmp
> +compiler_julia_no_break.bmp
> +compiler_mandelbrot.bmp
> +compiler_mandelbrot_alternate.bmp
> +compiler_menger_sponge_no_shadow.bmp
> +compiler_nautilus.bmp
> +compiler_ribbon.bmp
> +flat_address_space
> +libutests.so
> +utest_run
> --
> 1.7.10.4
>
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet
More information about the Beignet
mailing list