[gnome-power-manager] Add some .gitignore files
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-power-manager] Add some .gitignore files
- Date: Fri, 17 Apr 2009 16:33:33 -0400 (EDT)
commit 2e62038569d7f8b353f34411575fd42bc5eb963c
Author: Richard Hughes <richard hughsie com>
Date: Fri Apr 17 21:15:04 2009 +0100
Add some .gitignore files
---
.gitignore | 27 +++++++++++++++++++++++++++
applets/brightness/.gitignore | 7 +++++++
applets/inhibit/.gitignore | 7 +++++++
data/.gitignore | 10 ++++++++++
help/.gitignore | 2 ++
help/C/.gitignore | 3 +++
help/ca/.gitignore | 3 +++
help/de/.gitignore | 3 +++
help/el/.gitignore | 3 +++
help/en_GB/.gitignore | 3 +++
help/es/.gitignore | 3 +++
help/eu/.gitignore | 3 +++
help/fi/.gitignore | 3 +++
help/fr/.gitignore | 3 +++
help/hu/.gitignore | 3 +++
help/it/.gitignore | 3 +++
help/oc/.gitignore | 3 +++
help/pa/.gitignore | 3 +++
help/ru/.gitignore | 3 +++
help/sv/.gitignore | 3 +++
libdevkit-power/.gitignore | 9 +++++++++
libhal-glib/.gitignore | 9 +++++++++
man/.gitignore | 6 ++++++
po/.gitignore | 7 +++++++
test/.gitignore | 5 +++++
tools/.gitignore | 2 ++
26 files changed, 136 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fbdb8a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+gnome-doc-utils.make
+install-sh
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+libtool
+ltmain.sh
+m4
+missing
+mkinstalldirs
+omf.make
+stamp-h1
+xmldocs.make
+
diff --git a/applets/brightness/.gitignore b/applets/brightness/.gitignore
new file mode 100644
index 0000000..501f443
--- /dev/null
+++ b/applets/brightness/.gitignore
@@ -0,0 +1,7 @@
+*.o
+.deps
+GNOME_BrightnessApplet.server
+GNOME_BrightnessApplet.server.in
+Makefile.in
+gnome-brightness-applet
+
diff --git a/applets/inhibit/.gitignore b/applets/inhibit/.gitignore
new file mode 100644
index 0000000..8dbde95
--- /dev/null
+++ b/applets/inhibit/.gitignore
@@ -0,0 +1,7 @@
+*.o
+.deps
+GNOME_InhibitApplet.server
+GNOME_InhibitApplet.server.in
+Makefile.in
+gnome-inhibit-applet
+
diff --git a/data/.gitignore b/data/.gitignore
new file mode 100644
index 0000000..1558039
--- /dev/null
+++ b/data/.gitignore
@@ -0,0 +1,10 @@
+Makefile.in
+gnome-power-manager.desktop
+gnome-power-manager.desktop.in
+gnome-power-manager.schemas
+gnome-power-manager.service
+gnome-power-preferences.desktop
+gnome-power-preferences.desktop.in
+gnome-power-statistics.desktop
+gnome-power-statistics.desktop.in
+
diff --git a/help/.gitignore b/help/.gitignore
new file mode 100644
index 0000000..894a48a
--- /dev/null
+++ b/help/.gitignore
@@ -0,0 +1,2 @@
+gnome-power-manager-*.omf
+
diff --git a/help/C/.gitignore b/help/C/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/C/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/ca/.gitignore b/help/ca/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/ca/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/de/.gitignore b/help/de/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/de/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/el/.gitignore b/help/el/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/el/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/en_GB/.gitignore b/help/en_GB/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/en_GB/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/es/.gitignore b/help/es/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/es/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/eu/.gitignore b/help/eu/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/eu/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/fi/.gitignore b/help/fi/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/fi/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/fr/.gitignore b/help/fr/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/fr/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/hu/.gitignore b/help/hu/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/hu/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/it/.gitignore b/help/it/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/it/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/oc/.gitignore b/help/oc/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/oc/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/pa/.gitignore b/help/pa/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/pa/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/ru/.gitignore b/help/ru/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/ru/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/help/sv/.gitignore b/help/sv/.gitignore
new file mode 100644
index 0000000..2b7171e
--- /dev/null
+++ b/help/sv/.gitignore
@@ -0,0 +1,3 @@
+*.mo
+gnome-power-manager.xml
+
diff --git a/libdevkit-power/.gitignore b/libdevkit-power/.gitignore
new file mode 100644
index 0000000..bb7ad05
--- /dev/null
+++ b/libdevkit-power/.gitignore
@@ -0,0 +1,9 @@
+*.lo
+*.la
+*.o
+.deps
+.libs
+Makefile.in
+hal-marshal.c
+hal-marshal.h
+
diff --git a/libhal-glib/.gitignore b/libhal-glib/.gitignore
new file mode 100644
index 0000000..36e653a
--- /dev/null
+++ b/libhal-glib/.gitignore
@@ -0,0 +1,9 @@
+*.la
+*.lo
+*.o
+.deps/
+.libs/
+Makefile.in
+hal-marshal.c
+hal-marshal.h
+
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 0000000..6444005
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,6 @@
+*.1
+Makefile.in
+manpage.links
+manpage.log
+manpage.refs
+
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..b3be9b8
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,7 @@
+*.gmo
+.intltool-merge-cache
+Makefile.in
+Makefile.in.in
+POTFILES
+stamp-it
+
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..904492c
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,5 @@
+*.o
+.deps
+Makefile.in
+gnome-power-inhibit-test
+
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..f5eaa1a
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,2 @@
+Makefile.in
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]