[gegl] .gitignore: Add missing files



commit 23af1d30a166f98138085e29e99320a537a9accc
Author: Jon Nordby <jononor gmail com>
Date:   Sat Jan 28 17:39:06 2017 +0100

    .gitignore: Add missing files

 examples/.gitignore          |    1 +
 operations/common/.gitignore |    1 +
 operations/core/.gitignore   |    1 +
 perf/.gitignore              |    1 +
 tests/simple/.gitignore      |    3 +++
 tools/.gitignore             |    1 +
 6 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/examples/.gitignore b/examples/.gitignore
index e654a52..5a80b36 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -15,3 +15,4 @@
 /hello-world
 /sdl-draw
 /video-invert
+/gegl-video
diff --git a/operations/common/.gitignore b/operations/common/.gitignore
index 929e1e8..5978a31 100644
--- a/operations/common/.gitignore
+++ b/operations/common/.gitignore
@@ -5,3 +5,4 @@
 /*.la
 /*.lo
 /*.so
+/module.c
diff --git a/operations/core/.gitignore b/operations/core/.gitignore
index e3610fd..66e2388 100644
--- a/operations/core/.gitignore
+++ b/operations/core/.gitignore
@@ -5,3 +5,4 @@
 /*.lo
 /.deps
 /.libs
+/module.c
diff --git a/perf/.gitignore b/perf/.gitignore
index 8a817b7..5183e67 100644
--- a/perf/.gitignore
+++ b/perf/.gitignore
@@ -18,3 +18,4 @@
 /test-scale
 /test-translate
 /test-unsharpmask
+/test-init
diff --git a/tests/simple/.gitignore b/tests/simple/.gitignore
index 3e97ec3..8c645a0 100644
--- a/tests/simple/.gitignore
+++ b/tests/simple/.gitignore
@@ -30,3 +30,6 @@
 /test-scaled-blit
 /test-svg-abyss
 /test-buffer-tile-voiding
+/test-buffer-hot-tile
+/test-node-passthrough
+/test-serialize
diff --git a/tools/.gitignore b/tools/.gitignore
index fb72b9d..1b1a28b 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -9,3 +9,4 @@
 /introspect
 /operation_reference
 /detect_opencl
+/gegl-tester


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]