[gnome-screensaver] Convert .cvsignore to .gitignore



commit e42bcdfb60108747c15194d31b44e95f34bad29e
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Aug 20 22:13:34 2009 -0400

    Convert .cvsignore to .gitignore
    
    Fixes http://bugzilla.gnome.org/show_bug.cgi?id=591193

 .cvsignore => .gitignore               |    1 +
 data/{.cvsignore => .gitignore}        |    0
 data/images/{.cvsignore => .gitignore} |    0
 data/images/cosmos/.cvsignore          |    2 --
 data/images/cosmos/.gitignore          |    4 ++++
 doc/{.cvsignore => .gitignore}         |    0
 po/{.cvsignore => .gitignore}          |    1 +
 savers/{.cvsignore => .gitignore}      |    3 +++
 src/{.cvsignore => .gitignore}         |    2 ++
 9 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.cvsignore b/.gitignore
similarity index 99%
rename from .cvsignore
rename to .gitignore
index 422bb91..42398ba 100644
--- a/.cvsignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*~
 ABOUT-NLS
 Makefile
 Makefile.in
diff --git a/data/.cvsignore b/data/.gitignore
similarity index 100%
rename from data/.cvsignore
rename to data/.gitignore
diff --git a/data/images/.cvsignore b/data/images/.gitignore
similarity index 100%
rename from data/images/.cvsignore
rename to data/images/.gitignore
diff --git a/data/images/cosmos/.gitignore b/data/images/cosmos/.gitignore
new file mode 100644
index 0000000..a3a80e0
--- /dev/null
+++ b/data/images/cosmos/.gitignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+cosmos.xml
+cosmos.xml.in
diff --git a/doc/.cvsignore b/doc/.gitignore
similarity index 100%
rename from doc/.cvsignore
rename to doc/.gitignore
diff --git a/po/.cvsignore b/po/.gitignore
similarity index 87%
rename from po/.cvsignore
rename to po/.gitignore
index 454d132..e8905fc 100644
--- a/po/.cvsignore
+++ b/po/.gitignore
@@ -1,4 +1,5 @@
 *.gmo
+.intltool-merge-cache
 *.mo
 *.pot
 Makefile
diff --git a/savers/.cvsignore b/savers/.gitignore
similarity index 80%
rename from savers/.cvsignore
rename to savers/.gitignore
index c80ebc0..f2ebd16 100644
--- a/savers/.cvsignore
+++ b/savers/.gitignore
@@ -1,4 +1,5 @@
 *.la
+*.a
 *.lo
 *.o
 .deps
@@ -11,6 +12,8 @@ floaters
 *.desktop
 cosmos-slideshow.desktop.in
 footlogo-floaters.desktop.in
+personal-slideshow.desktop.in
+popsquares.desktop.in
 savers/cosmos-slideshow.xml
 gs-theme-engine-marshal.c
 gs-theme-engine-marshal.h
diff --git a/src/.cvsignore b/src/.gitignore
similarity index 91%
rename from src/.cvsignore
rename to src/.gitignore
index 4ff94ad..9cff416 100644
--- a/src/.cvsignore
+++ b/src/.gitignore
@@ -3,6 +3,8 @@
 *.o
 .deps
 .libs
+*.desktop
+*.desktop.in
 Makefile
 Makefile.in
 gnome-screensaver



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