[gegl] Cleanup after meson port.
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Cleanup after meson port.
- Date: Thu, 22 Aug 2019 12:01:02 +0000 (UTC)
commit b3224d5b384d447464a3cbdc52c2b3c3232164aa
Author: Félix Piédallu <felix piedallu me>
Date: Wed Aug 21 21:55:26 2019 +0200
Cleanup after meson port.
* As the build is always out-of-source, we don't need gitignores
everywhere. I added sane defaults in the top-level gitignore.
* Remove auto-generated sources (*.cl.h) as they are *not* used at build
time (the ones in the build directory are)
.gitignore | 61 +---
bin/.gitignore | 6 -
docs/.gitignore | 45 ---
docs/images/.gitignore | 3 -
examples/.gitignore | 18 -
examples/data/.gitignore | 2 -
gegl/.gitignore | 13 -
gegl/buffer/.gitignore | 6 -
gegl/graph/.gitignore | 6 -
gegl/module/.gitignore | 6 -
gegl/opencl/.gitignore | 6 -
gegl/operation/.gitignore | 6 -
gegl/process/.gitignore | 6 -
gegl/property-types/.gitignore | 6 -
libs/.gitignore | 2 -
libs/npd/.gitignore | 6 -
libs/rgbe/.gitignore | 6 -
opencl/.gitignore | 6 -
opencl/alien-map.cl.h | 37 --
opencl/bilateral-filter-fast.cl.h | 243 -------------
opencl/bilateral-filter.cl.h | 49 ---
opencl/box-blur.cl.h | 123 -------
opencl/box-max.cl.h | 51 ---
opencl/box-min.cl.h | 51 ---
opencl/boxblur-1d.cl.h | 51 ---
opencl/brightness-contrast.cl.h | 14 -
opencl/c2g.cl.h | 159 --------
opencl/checkerboard.cl.h | 30 --
opencl/color-exchange.cl.h | 46 ---
opencl/color-temperature.cl.h | 14 -
opencl/color-to-alpha.cl.h | 65 ----
opencl/colors-8bit-lut.cl.h | 384 --------------------
opencl/colors.cl.h | 584 ------------------------------
opencl/contrast-curve.cl.h | 34 --
opencl/diffraction-patterns.cl.h | 78 ----
opencl/edge-laplace.cl.h | 89 -----
opencl/edge-sobel.cl.h | 72 ----
opencl/gaussian-blur-selective.cl.h | 48 ---
opencl/gblur-1d.cl.h | 75 ----
opencl/hue-chroma.cl.h | 17 -
opencl/invert-linear.cl.h | 12 -
opencl/levels.cl.h | 15 -
opencl/mono-mixer.cl.h | 25 --
opencl/motion-blur-circular.cl.h | 115 ------
opencl/motion-blur-linear.cl.h | 72 ----
opencl/noise-cell.cl.h | 196 ----------
opencl/noise-hsv.cl.h | 122 -------
opencl/noise-hurl.cl.h | 67 ----
opencl/noise-reduction.cl.h | 79 ----
opencl/noise-simplex.cl.h | 90 -----
opencl/oilify.cl.h | 127 -------
opencl/opacity.cl.h | 25 --
opencl/pixelize.cl.h | 134 -------
opencl/posterize.cl.h | 30 --
opencl/random.cl.h | 138 -------
opencl/red-eye-removal.cl.h | 44 ---
opencl/shadows-highlights-correction.cl.h | 78 ----
opencl/snn-mean.cl.h | 117 ------
opencl/stretch-contrast.cl.h | 139 -------
opencl/svg-src-over.cl.h | 14 -
opencl/texturize-canvas.cl.h | 31 --
opencl/threshold.cl.h | 15 -
opencl/value-invert.cl.h | 31 --
opencl/video-degradation.cl.h | 33 --
opencl/vignette.cl.h | 64 ----
opencl/weighted-blend.cl.h | 31 --
operations/.gitignore | 3 -
operations/common-cxx/.gitignore | 8 -
operations/common-gpl3+/.gitignore | 7 -
operations/common/.gitignore | 8 -
operations/common/perlin/.gitignore | 7 -
operations/core/.gitignore | 8 -
operations/external/.gitignore | 7 -
operations/generated/.gitignore | 8 -
operations/json/.gitignore | 3 -
operations/seamless-clone/.gitignore | 7 -
operations/transform/.gitignore | 7 -
operations/workshop/.gitignore | 7 -
operations/workshop/external/.gitignore | 7 -
operations/workshop/generated/.gitignore | 8 -
perf/.gitignore | 22 --
po/.gitignore | 21 --
seamless-clone/.gitignore | 8 -
tests/.gitignore | 2 -
tests/buffer/.gitignore | 9 -
tests/buffer/reference/.gitignore | 2 -
tests/buffer/tests/.gitignore | 2 -
tests/compositions/.gitignore | 3 -
tests/compositions/data/.gitignore | 2 -
tests/ff-load-save/.gitignore | 6 -
tests/mipmap/.gitignore | 5 -
tests/opencl/.gitignore | 2 -
tests/python/.gitignore | 2 -
tests/simple/.gitignore | 41 ---
tests/xml/.gitignore | 9 -
tools/.gitignore | 13 -
96 files changed, 6 insertions(+), 4606 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab3b76a75..5ee315094 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,55 +1,6 @@
-*.orig
-*.rej
-*.sw?
-*~
-/.cdtproject
-/.project
-/.tm_project.cache
-/ABOUT-NLS
-/ChangeLog
-/INSTALL
-/Makefile
-/Makefile.in
-/README
-/aclocal.m4
-/autom4te.cache
-/compile
-/confdefs.h
-/config.cache
-/config.guess
-/config.h
-/config.h.in
-/config.log
-/config.rpath
-/config.status
-/config.sub
-/configure
-/depcomp
-/gegl-config
-/gegl-uninstalled.pc
-/gegl-*.pc
-/gegl.prj
-/gegl.pws
-/gegl.spec
-/install-sh
-/libtool
-/ltconfig
-/ltmain.sh
-/mingw32-config.cache
-/missing
-/mkinstalldirs
-/py-compile
-/share
-/stamp-h
-/stamp-h.in
-/stamp-h1
-/test-driver
-/tests/*/*.log
-/tests/*/*.trs
-cscope.files
-cscope.out
-/*.project
-/docs/NEWS.html
-/docs/gcut.html
-/docs/gegl-chain.html
-tests/simple/test-node-exponential
+# Meson build system
+/_build
+/compile_commands.json
+
+# Atom
+/.vscode
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]