[monkey-bubble] silence
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble] silence
- Date: Mon, 12 Jul 2010 17:30:07 +0000 (UTC)
commit 6c93ae5464a0fefc5376c53a7b9bb26cee48d6b6
Author: Sven Herzberg <herzi gnome-de org>
Date: Mon Jul 12 19:21:15 2010 +0200
silence
.gitignore | 20 ++++++++++++++++++++
data/.gitignore | 1 +
help/.gitignore | 2 ++
help/cs/.gitignore | 1 +
help/da/.gitignore | 1 +
help/de/.gitignore | 1 +
help/el/.gitignore | 1 +
help/en_GB/.gitignore | 1 +
help/es/.gitignore | 1 +
help/fr/.gitignore | 1 +
help/ja/.gitignore | 1 +
help/oc/.gitignore | 1 +
help/pt_BR/.gitignore | 1 +
help/sv/.gitignore | 1 +
help/zh_CN/.gitignore | 1 +
po/.gitignore | 4 ++++
src/monkey/.gitignore | 1 +
src/net/.gitignore | 2 ++
src/ui/.gitignore | 1 +
19 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..00d0281
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+*.a
+aclocal.m4
+*autom4te.cache
+config.*
+configure
+depcomp
+.deps
+gnome-doc-utils.make
+Makefile
+Makefile.in
+install-sh
+intltool-*
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+monkey-bubble.desktop
+monkey-bubble.desktop.in
+*.o
+stamp*
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 0000000..50db6c0
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1 @@
+*.schemas
diff --git a/help/.gitignore b/help/.gitignore
new file mode 100644
index 0000000..7f7e2e5
--- /dev/null
+++ b/help/.gitignore
@@ -0,0 +1,2 @@
+monkey-bubble-*.omf
+.xml2po.mo
diff --git a/help/cs/.gitignore b/help/cs/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/cs/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/da/.gitignore b/help/da/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/da/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/de/.gitignore b/help/de/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/de/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/el/.gitignore b/help/el/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/el/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/en_GB/.gitignore b/help/en_GB/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/en_GB/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/es/.gitignore b/help/es/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/es/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/fr/.gitignore b/help/fr/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/fr/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/ja/.gitignore b/help/ja/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/ja/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/oc/.gitignore b/help/oc/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/oc/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/pt_BR/.gitignore b/help/pt_BR/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/pt_BR/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/sv/.gitignore b/help/sv/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/sv/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/help/zh_CN/.gitignore b/help/zh_CN/.gitignore
new file mode 100644
index 0000000..1174500
--- /dev/null
+++ b/help/zh_CN/.gitignore
@@ -0,0 +1 @@
+monkey-bubble.xml
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..a20898e
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,4 @@
+*.gmo
+.intltool-merge-cache
+Makefile.in.in
+POTFILES
diff --git a/src/monkey/.gitignore b/src/monkey/.gitignore
new file mode 100644
index 0000000..eca3b97
--- /dev/null
+++ b/src/monkey/.gitignore
@@ -0,0 +1 @@
+monkey-marshal.*
diff --git a/src/net/.gitignore b/src/net/.gitignore
new file mode 100644
index 0000000..1647429
--- /dev/null
+++ b/src/net/.gitignore
@@ -0,0 +1,2 @@
+monkey-net-marshal.*
+monkey-srv
diff --git a/src/ui/.gitignore b/src/ui/.gitignore
new file mode 100644
index 0000000..69454f5
--- /dev/null
+++ b/src/ui/.gitignore
@@ -0,0 +1 @@
+monkey-bubble
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]