[genius] Add some ignores



commit 29234ff186f7401174bc7c357a2e93d809c3aab5
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Tue May 15 14:31:50 2018 -0500

    Add some ignores

 .gitignore                  |    3 +++
 gtkextra/.gitignore         |    5 +++++
 help/.gitignore             |    2 ++
 help/C/.gitignore           |    2 ++
 pixmaps/.gitignore          |    2 ++
 pixmaps/16x16/.gitignore    |    2 ++
 pixmaps/22x22/.gitignore    |    2 ++
 pixmaps/24x24/.gitignore    |    2 ++
 pixmaps/256x256/.gitignore  |    2 ++
 pixmaps/32x32/.gitignore    |    2 ++
 pixmaps/48x48/.gitignore    |    2 ++
 pixmaps/8x8/.gitignore      |    2 ++
 pixmaps/scalable/.gitignore |    2 ++
 po/.gitignore               |    6 ++++++
 src/.gitignore              |   12 ++++++++++++
 ve/.gitignore               |    6 ++++++
 vte/.gitignore              |    2 ++
 vte/src/.gitignore          |    6 ++++++
 vte/termcaps/.gitignore     |    2 ++
 19 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..21a922c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+ChangeLog.old
diff --git a/gtkextra/.gitignore b/gtkextra/.gitignore
new file mode 100644
index 0000000..b24de4a
--- /dev/null
+++ b/gtkextra/.gitignore
@@ -0,0 +1,5 @@
+.deps
+Makefile
+Makefile.in
+*.o
+*.a
diff --git a/help/.gitignore b/help/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/help/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/help/C/.gitignore b/help/C/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/help/C/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/.gitignore b/pixmaps/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/16x16/.gitignore b/pixmaps/16x16/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/16x16/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/22x22/.gitignore b/pixmaps/22x22/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/22x22/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/24x24/.gitignore b/pixmaps/24x24/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/24x24/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/256x256/.gitignore b/pixmaps/256x256/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/256x256/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/32x32/.gitignore b/pixmaps/32x32/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/32x32/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/48x48/.gitignore b/pixmaps/48x48/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/48x48/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/8x8/.gitignore b/pixmaps/8x8/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/8x8/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/scalable/.gitignore b/pixmaps/scalable/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/pixmaps/scalable/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..25d9746
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+Makefile.in.in
+*.gmo
+genius.pot
+POTFILES
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..11d4725
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,12 @@
+Makefile
+Makefile.in
+.deps
+*.o
+*.lo
+genius
+gnome-genius
+genius-readline-helper-fifo
+lexer.c
+parse.c
+parse.h
+gnome-genius.desktop
diff --git a/ve/.gitignore b/ve/.gitignore
new file mode 100644
index 0000000..3241e0c
--- /dev/null
+++ b/ve/.gitignore
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+.deps
+*.o
+*.a
+test-ve-config
diff --git a/vte/.gitignore b/vte/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/vte/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/vte/src/.gitignore b/vte/src/.gitignore
new file mode 100644
index 0000000..35662a0
--- /dev/null
+++ b/vte/src/.gitignore
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+.deps
+*.o
+*.a
+stamp-vtetypebuiltins.h
diff --git a/vte/termcaps/.gitignore b/vte/termcaps/.gitignore
new file mode 100644
index 0000000..282522d
--- /dev/null
+++ b/vte/termcaps/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in


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