Update gitignore files
authorSimon Richter <Simon.Richter@hogyros.de>
Mon, 13 May 2013 18:21:18 +0000 (20:21 +0200)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 17 May 2013 06:18:05 +0000 (14:18 +0800)
 - Ignore CMake built files
 - Ignore .so files only in the subdirectory
 - Ignore generated .bmp files
 - Ignore generated config headers
 - Ignore generated source for OCL

Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
.gitignore
backend/src/.gitignore
src/.gitignore [new file with mode: 0644]
utests/.gitignore [new file with mode: 0644]

index bae14b5..90fd161 100644 (file)
@@ -1,2 +1,5 @@
 *.o
-*.so*
+CMakeCache.txt
+CMakeFiles/
+Makefile
+cmake_install.cmake
index afcb283..39239f3 100644 (file)
@@ -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 (file)
index 0000000..fc1479e
--- /dev/null
@@ -0,0 +1,2 @@
+OCLConfig.h
+libcl.so
diff --git a/utests/.gitignore b/utests/.gitignore
new file mode 100644 (file)
index 0000000..9a374dc
--- /dev/null
@@ -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