[gimp] enums: add intermediate generated enum files to .gitignore



commit 58fdaae3ad0d6573695eab407d4c85d392757532
Author: Ell <ell_se yahoo com>
Date:   Thu Aug 24 14:44:11 2017 -0400

    enums: add intermediate generated enum files to .gitignore

 app/config/.gitignore     |    1 +
 app/core/.gitignore       |    1 +
 app/display/.gitignore    |    1 +
 app/gegl/.gitignore       |    1 +
 app/operations/.gitignore |    1 +
 app/paint/.gitignore      |    1 +
 app/plug-in/.gitignore    |    1 +
 app/text/.gitignore       |    1 +
 app/tools/.gitignore      |    1 +
 app/widgets/.gitignore    |    1 +
 libgimpbase/.gitignore    |    2 ++
 libgimpconfig/.gitignore  |    1 +
 libgimpwidgets/.gitignore |    1 +
 13 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/app/config/.gitignore b/app/config/.gitignore
index 77cd8bb..c2d4607 100644
--- a/app/config/.gitignore
+++ b/app/config/.gitignore
@@ -9,3 +9,4 @@
 /test-config
 /*.trs
 /*.log
+/xgen-cec
diff --git a/app/core/.gitignore b/app/core/.gitignore
index 7827fe0..70066a4 100644
--- a/app/core/.gitignore
+++ b/app/core/.gitignore
@@ -7,3 +7,4 @@
 /gimpmarshal.h
 /libappcore.a
 /libappcore.la
+/xgen-cec
diff --git a/app/display/.gitignore b/app/display/.gitignore
index 1d2fb4a..3876a5d 100644
--- a/app/display/.gitignore
+++ b/app/display/.gitignore
@@ -5,3 +5,4 @@
 /*.lo
 /libappdisplay.a
 /libappdisplay.la
+/xgen-dec
diff --git a/app/gegl/.gitignore b/app/gegl/.gitignore
index 4f96f51..5845451 100644
--- a/app/gegl/.gitignore
+++ b/app/gegl/.gitignore
@@ -5,3 +5,4 @@
 /libappgegl.a
 /libappgegl-generic.a
 /libappgegl-sse2.a
+/xgen-ggec
diff --git a/app/operations/.gitignore b/app/operations/.gitignore
index 321edd7..18c139f 100644
--- a/app/operations/.gitignore
+++ b/app/operations/.gitignore
@@ -6,3 +6,4 @@
 /libappoperations-generic.a
 /libappoperations-sse2.a
 /libappoperations-sse4.a
+/xgen-oec
diff --git a/app/paint/.gitignore b/app/paint/.gitignore
index 5f848f8..59a71ff 100644
--- a/app/paint/.gitignore
+++ b/app/paint/.gitignore
@@ -5,3 +5,4 @@
 /*.lo
 /libapppaint.a
 /libapppaint.la
+/xgen-pec
diff --git a/app/plug-in/.gitignore b/app/plug-in/.gitignore
index 07b799c..2d60a9c 100644
--- a/app/plug-in/.gitignore
+++ b/app/plug-in/.gitignore
@@ -5,3 +5,4 @@
 /*.lo
 /libappplug-in.a
 /libappplug-in.la
+/xgen-pec
diff --git a/app/text/.gitignore b/app/text/.gitignore
index c958cae..0e2b6a1 100644
--- a/app/text/.gitignore
+++ b/app/text/.gitignore
@@ -5,3 +5,4 @@
 /*.lo
 /libapptext.a
 /libapptext.la
+/xgen-tec
diff --git a/app/tools/.gitignore b/app/tools/.gitignore
index 53a30d4..259f6a8 100644
--- a/app/tools/.gitignore
+++ b/app/tools/.gitignore
@@ -5,3 +5,4 @@
 /*.lo
 /libapptools.a
 /libapptools.la
+/xgen-tec
diff --git a/app/widgets/.gitignore b/app/widgets/.gitignore
index ed11e6a..1863c92 100644
--- a/app/widgets/.gitignore
+++ b/app/widgets/.gitignore
@@ -5,3 +5,4 @@
 /*.lo
 /libappwidgets.a
 /libappwidgets.la
+/xgen-wec
diff --git a/libgimpbase/.gitignore b/libgimpbase/.gitignore
index 809541f..0104351 100644
--- a/libgimpbase/.gitignore
+++ b/libgimpbase/.gitignore
@@ -12,3 +12,5 @@
 /test-cpu-accel
 /*.trs
 /*.log
+/xgen-bec
+/xgen-cec
diff --git a/libgimpconfig/.gitignore b/libgimpconfig/.gitignore
index d196a51..731f275 100644
--- a/libgimpconfig/.gitignore
+++ b/libgimpconfig/.gitignore
@@ -9,3 +9,4 @@
 /gimpversion.h
 /*.lib
 /*.exp
+/xgen-cec
diff --git a/libgimpwidgets/.gitignore b/libgimpwidgets/.gitignore
index 7193989..8e4312f 100644
--- a/libgimpwidgets/.gitignore
+++ b/libgimpwidgets/.gitignore
@@ -12,3 +12,4 @@
 /test-preview-area
 /*.trs
 /*.log
+/xgen-wec


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