[seahorse-plugins] Removed old CVS stuff.



commit 0ec38ba57c1652f079d2b86d7e62c53c135e2d8f
Author: Pablo Castellano <pablog ubuntu gmail com>
Date:   Sun Aug 23 16:07:20 2009 +0200

    Removed old CVS stuff.
    
    Removed traces about CVS, including .cvsignore
    files and finished migration to .gitignore.

 .cvsignore                          |   26 --------------------------
 .gitignore                          |    8 ++++++++
 README.cvs                          |   16 ----------------
 agent/.cvsignore                    |    8 --------
 agent/.gitignore                    |    2 ++
 autogen.sh                          |    2 +-
 data/.cvsignore                     |    4 ----
 data/.gitignore                     |    1 +
 help/.cvsignore                     |    3 ---
 help/.gitignore                     |    2 +-
 help/C/.cvsignore                   |    4 ----
 help/C/.gitignore                   |    5 +++++
 help/it/.cvsignore                  |    1 -
 libseahorse/.cvsignore              |   19 -------------------
 libseahorse/.gitignore              |    7 +++++++
 m4/.cvsignore                       |    3 ---
 pixmaps/.cvsignore                  |    2 --
 pixmaps/22x22/.cvsignore            |    2 --
 pixmaps/48x48/.cvsignore            |    2 --
 pixmaps/scalable/.cvsignore         |    2 --
 plugins/.cvsignore                  |    2 --
 plugins/applet/.cvsignore           |   14 --------------
 plugins/applet/.gitignore           |    1 +
 plugins/applet/docs/.cvsignore      |    3 ---
 plugins/applet/docs/.gitignore      |    2 +-
 plugins/applet/docs/C/.cvsignore    |    4 ----
 plugins/applet/docs/C/.gitignore    |    4 ++++
 plugins/epiphany/.cvsignore         |    2 --
 plugins/epiphany/mozilla/.cvsignore |    2 --
 plugins/gedit/.cvsignore            |   10 ----------
 plugins/gedit/.gitignore            |    1 +
 plugins/nautilus-ext/.cvsignore     |    6 ------
 plugins/nautilus/.cvsignore         |   12 ------------
 plugins/nautilus/.gitignore         |   10 +++++++---
 po/.cvsignore                       |   15 ---------------
 po/.gitignore                       |   11 ++++++++++-
 36 files changed, 49 insertions(+), 169 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22c3c21..ed889ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,16 @@
 *.o
 *.lo
+*.loT
 *.a
 *.la
 *~
 *.stamp
 *.bak
 *.tmp
+*.rej
 .tm*
 ~*
+*.tar.gz
 
 
 /INSTALL
@@ -15,16 +18,21 @@
 /Makefile.in
 /aclocal.m4
 /autom4te.cache
+/compile
 /config.*
 /configure
 /depcomp
 /gnome-doc-utils.make
 /install-sh
 /intltool-*
+/junk
 /libtool
 /ltmain.sh
 /missing
 /mkinstalldirs
+/seahorse-?.?.?
+/seahorse.spec
+/seahorse.p*
 /stamp*
 
 # Eclipse project files
diff --git a/agent/.gitignore b/agent/.gitignore
index ab0538c..d70119b 100644
--- a/agent/.gitignore
+++ b/agent/.gitignore
@@ -1,4 +1,6 @@
 /.deps
+/.libs
+
 /Makefile
 /Makefile.in
 /seahorse-agent
diff --git a/autogen.sh b/autogen.sh
index c71bc30..0ecf995 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ PKG_NAME="seahorse-plugins"
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common from the GNOME Git"
     exit 1
 }
 
diff --git a/data/.gitignore b/data/.gitignore
index f61aa46..180f85b 100644
--- a/data/.gitignore
+++ b/data/.gitignore
@@ -1,3 +1,4 @@
 /Makefile
 /Makefile.in
 /seahorse-plugins.schemas
+/seahorse-plugins.desktop
diff --git a/help/.gitignore b/help/.gitignore
index 0b48fd0..e2eb14f 100644
--- a/help/.gitignore
+++ b/help/.gitignore
@@ -1,3 +1,3 @@
 /Makefile
 /Makefile.in
-/*.omf
+*.omf
diff --git a/help/C/.gitignore b/help/C/.gitignore
new file mode 100644
index 0000000..f87364c
--- /dev/null
+++ b/help/C/.gitignore
@@ -0,0 +1,5 @@
+/Makefile
+/Makefile.in
+
+/omf_timestamp
+/seahorse-C.omf.out
diff --git a/libseahorse/.gitignore b/libseahorse/.gitignore
index 1e81dac..921345c 100644
--- a/libseahorse/.gitignore
+++ b/libseahorse/.gitignore
@@ -1,5 +1,12 @@
 /.deps
+/.libs
+
 /Makefile
 /Makefile.in
+/seahorse-pgp-controls
+/Seahorse_PGP_Controls.server
+/Seahorse_PGP_Controls.server.in
 /seahorse-marshal.c
 /seahorse-marshal.h
+/xloadimage
+/seahorse-ssh-askpass
diff --git a/plugins/applet/.gitignore b/plugins/applet/.gitignore
index 49d4000..9036931 100644
--- a/plugins/applet/.gitignore
+++ b/plugins/applet/.gitignore
@@ -1,4 +1,5 @@
 /.deps
+/.libs
 /Makefile
 /Makefile.in
 
diff --git a/plugins/applet/docs/.gitignore b/plugins/applet/docs/.gitignore
index 4d3a80e..a41e98d 100644
--- a/plugins/applet/docs/.gitignore
+++ b/plugins/applet/docs/.gitignore
@@ -1,3 +1,3 @@
-/*.omf
+*.omf
 /Makefile
 /Makefile.in
diff --git a/plugins/applet/docs/C/.gitignore b/plugins/applet/docs/C/.gitignore
new file mode 100644
index 0000000..42d74ee
--- /dev/null
+++ b/plugins/applet/docs/C/.gitignore
@@ -0,0 +1,4 @@
+/Makefile
+/Makefile.in
+/omf_timestamp
+/seahorse-applet-C.omf.out
diff --git a/plugins/gedit/.gitignore b/plugins/gedit/.gitignore
index cb95cd0..66dbef4 100644
--- a/plugins/gedit/.gitignore
+++ b/plugins/gedit/.gitignore
@@ -1,5 +1,6 @@
 /.deps
 /.libs
+
 /Makefile
 /Makefile.in
 /seahorse-gedit.schemas
diff --git a/plugins/nautilus/.gitignore b/plugins/nautilus/.gitignore
index 7b2db96..494e979 100644
--- a/plugins/nautilus/.gitignore
+++ b/plugins/nautilus/.gitignore
@@ -1,9 +1,13 @@
 /.deps
+/.libs
+
 /Makefile
 /Makefile.in
-seahorse-pgp-encrypted.desktop.in
-seahorse-pgp-keys.desktop.in
-seahorse-pgp-signature.desktop.in
+/Seahorse_Component.server
+/Seahorse_Component.server.in
+/seahorse-pgp-encrypted.desktop.in
+/seahorse-pgp-keys.desktop.in
+/seahorse-pgp-signature.desktop.in
 /*.desktop
 /seahorse-preferences
 /seahorse-tool
diff --git a/po/.gitignore b/po/.gitignore
index ddd3350..07e7e3d 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,7 +1,16 @@
 *.gmo
+*.mo
+*.pot
+
 /Makefile
 /Makefile.in
 /Makefile.in.in
 /POTFILES
-/stamp-it
+/cat-id-tbl.c
+/stamp-cat-id
+/po2tbl.sed
+/po2tbl.sed.in
+/messages
+/missing
 /.intltool-merge-cache
+/stamp-it



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