summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--backend/src/.gitignore3
-rw-r--r--src/.gitignore2
-rw-r--r--utests/.gitignore13
4 files changed, 22 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bae14b58..90fd161a 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 afcb2833..39239f3a 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 00000000..fc1479ec
--- /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 00000000..9a374dc4
--- /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