[gnome-themes-standard] build: update .gitignore
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] build: update .gitignore
- Date: Mon, 25 Mar 2013 16:17:16 +0000 (UTC)
commit 837c10c4c9719327b2af1b8ea74ad18f8a5a65d1
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Mar 25 12:05:42 2013 -0400
build: update .gitignore
Don't use git.mk, just a static .gitignore.
.gitignore | 67 ++++++
Makefile.am | 2 -
git.mk | 227 --------------------
themes/Adwaita/Makefile.am | 3 -
themes/Adwaita/backgrounds/Makefile.am | 2 -
themes/Adwaita/cursors/Makefile.am | 2 -
themes/Adwaita/gtk-2.0/Makefile.am | 2 -
themes/Adwaita/gtk-3.0/Makefile.am | 2 -
themes/Adwaita/metacity-1/Makefile.am | 4 -
themes/HighContrast/Makefile.am | 2 -
themes/HighContrast/gtk-2.0/Makefile.am | 2 -
themes/HighContrast/gtk-3.0/Makefile.am | 2 -
themes/HighContrast/icons/48x48/.gitignore | 2 -
.../HighContrast/icons/48x48/animations/.gitignore | 2 -
themes/HighContrast/icons/Makefile.am | 2 -
themes/HighContrast/icons/scalable/.gitignore | 2 -
.../HighContrast/icons/scalable/actions/.gitignore | 2 -
themes/HighContrast/icons/scalable/apps/.gitignore | 2 -
.../icons/scalable/categories/.gitignore | 2 -
.../HighContrast/icons/scalable/devices/.gitignore | 2 -
.../HighContrast/icons/scalable/emblems/.gitignore | 2 -
.../icons/scalable/mimetypes/.gitignore | 2 -
.../HighContrast/icons/scalable/places/.gitignore | 2 -
.../HighContrast/icons/scalable/status/.gitignore | 2 -
themes/HighContrast/metacity-1/Makefile.am | 3 -
themes/Makefile.am | 2 -
26 files changed, 67 insertions(+), 279 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4fb0815
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,67 @@
+*.bak
+*.gresource
+*.la
+*.lo
+*.o
+*.orig
+*.rej
+*.tab.c
+*.tar.xz
+*~
+*#
+.#*
+.*.sw[nop]
+.deps
+.dirstamp
+.libs
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+ID
+Makefile
+Makefile.in
+TAGS
+_libs
+aclocal.m4
+autom4te.cache
+compile
+config.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.lt
+config.status
+config.status.lineno
+config.sub
+configure
+configure.lineno
+depcomp
+install-sh
+intltool-*.in
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+po/*.gmo
+po/*.mo
+po/.intltool-merge-cache
+po/Makefile
+po/Makefile.in
+po/Makefile.in.in
+po/POTFILES
+po/gnome-themes-standard.pot
+po/stamp-it
+so_locations
+stamp-h1
+tags
+themes/Adwaita/index.theme
+themes/Adwaita/backgrounds/*.xml
+themes/Adwaita/backgrounds/adwaita.xml.in
+themes/HighContrast/create-highcontrast
+themes/HighContrast/icons/index.theme
+themes/HighContrast/index.theme
diff --git a/Makefile.am b/Makefile.am
index 9c66584..2a5dd50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,5 +33,3 @@ dist-hook:
# in theme files
install-data-local:
$(MAKE) -C po uninstall
-
--include $(top_srcdir)/git.mk
diff --git a/themes/Adwaita/Makefile.am b/themes/Adwaita/Makefile.am
index 72c609d..3107e07 100644
--- a/themes/Adwaita/Makefile.am
+++ b/themes/Adwaita/Makefile.am
@@ -19,6 +19,3 @@ theme_DATA = index.theme
DISTCLEANFILES = index.theme
EXTRA_DIST = index.theme.in index.theme
-
--include $(top_srcdir)/git.mk
-
diff --git a/themes/Adwaita/backgrounds/Makefile.am b/themes/Adwaita/backgrounds/Makefile.am
index 8f008f6..5085560 100644
--- a/themes/Adwaita/backgrounds/Makefile.am
+++ b/themes/Adwaita/backgrounds/Makefile.am
@@ -25,5 +25,3 @@ noinst_DATA = adwaita.xml.in
CLEANFILES = adwaita.xml adwaita.xml.in adwaita-timed.xml
EXTRA_DIST = $(background_DATA) adwaita.xml.in.in adwaita-timed.xml.in
-
--include $(top_srcdir)/git.mk
diff --git a/themes/Adwaita/cursors/Makefile.am b/themes/Adwaita/cursors/Makefile.am
index 84adf77..ba07e81 100644
--- a/themes/Adwaita/cursors/Makefile.am
+++ b/themes/Adwaita/cursors/Makefile.am
@@ -3,5 +3,3 @@ cursordir = $(datadir)/icons/Adwaita/cursors
cursor_DATA = $(wildcard data/*)
EXTRA_DIST = $(cursor_DATA)
-
--include $(top_srcdir)/git.mk
diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am
index 50ca401..ede1237 100644
--- a/themes/Adwaita/gtk-2.0/Makefile.am
+++ b/themes/Adwaita/gtk-2.0/Makefile.am
@@ -154,5 +154,3 @@ uninstall-local:
done
EXTRA_DIST = $(theme_DATA) $(asset_data)
-
--include $(top_srcdir)/git.mk
diff --git a/themes/Adwaita/gtk-3.0/Makefile.am b/themes/Adwaita/gtk-3.0/Makefile.am
index 6dd498d..7ec1f2c 100644
--- a/themes/Adwaita/gtk-3.0/Makefile.am
+++ b/themes/Adwaita/gtk-3.0/Makefile.am
@@ -30,5 +30,3 @@ EXTRA_DIST = \
CLEANFILES = \
gtk.gresource
-
--include $(top_srcdir)/git.mk
diff --git a/themes/Adwaita/metacity-1/Makefile.am b/themes/Adwaita/metacity-1/Makefile.am
index f1c78b4..b61f4e9 100644
--- a/themes/Adwaita/metacity-1/Makefile.am
+++ b/themes/Adwaita/metacity-1/Makefile.am
@@ -2,7 +2,3 @@ themedir = $(datadir)/themes/Adwaita/metacity-1
theme_DATA = metacity-theme-2.xml metacity-theme-3.xml
EXTRA_DIST = $(theme_DATA)
-
-
--include $(top_srcdir)/git.mk
-
diff --git a/themes/HighContrast/Makefile.am b/themes/HighContrast/Makefile.am
index e3e5944..f5d7eca 100644
--- a/themes/HighContrast/Makefile.am
+++ b/themes/HighContrast/Makefile.am
@@ -23,5 +23,3 @@ endif
DISTCLEANFILES = index.theme
EXTRA_DIST += index.theme.in index.theme
-
--include $(top_srcdir)/git.mk
diff --git a/themes/HighContrast/gtk-2.0/Makefile.am b/themes/HighContrast/gtk-2.0/Makefile.am
index 4bca2de..eab46ba 100644
--- a/themes/HighContrast/gtk-2.0/Makefile.am
+++ b/themes/HighContrast/gtk-2.0/Makefile.am
@@ -2,5 +2,3 @@ themedir = $(datadir)/themes/HighContrast/gtk-2.0
theme_DATA = gtkrc
EXTRA_DIST = $(theme_DATA)
-
--include $(top_srcdir)/git.mk
diff --git a/themes/HighContrast/gtk-3.0/Makefile.am b/themes/HighContrast/gtk-3.0/Makefile.am
index 7d691da..41ffeec 100644
--- a/themes/HighContrast/gtk-3.0/Makefile.am
+++ b/themes/HighContrast/gtk-3.0/Makefile.am
@@ -16,5 +16,3 @@ EXTRA_DIST = \
CLEANFILES = \
gtk.gresource
-
--include $(top_srcdir)/git.mk
diff --git a/themes/HighContrast/icons/Makefile.am b/themes/HighContrast/icons/Makefile.am
index 93803c2..76e824d 100644
--- a/themes/HighContrast/icons/Makefile.am
+++ b/themes/HighContrast/icons/Makefile.am
@@ -109,5 +109,3 @@ EXTRA_DIST = \
index.theme
DISTCLEANFILES = index.theme
-
--include $(top_srcdir)/git.mk
diff --git a/themes/HighContrast/metacity-1/Makefile.am b/themes/HighContrast/metacity-1/Makefile.am
index 7734ad1..251cc6a 100644
--- a/themes/HighContrast/metacity-1/Makefile.am
+++ b/themes/HighContrast/metacity-1/Makefile.am
@@ -2,6 +2,3 @@ themedir = $(datadir)/themes/HighContrast/metacity-1
theme_DATA = metacity-theme-3.xml
EXTRA_DIST = $(theme_DATA)
-
-
--include $(top_srcdir)/git.mk
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 537747d..dc92dd9 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -1,3 +1 @@
SUBDIRS = Adwaita HighContrast
-
--include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]