gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] Alternate GUI branch, master, updated. bcd7432121fcd0c9078ba6d80a6


From: Daniele Forsi
Subject: [SCM] Alternate GUI branch, master, updated. bcd7432121fcd0c9078ba6d80a6ef798a0c9ea4d
Date: Sun, 12 Jun 2011 18:58:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Alternate GUI".

The branch, master has been updated
       via  bcd7432121fcd0c9078ba6d80a6ef798a0c9ea4d (commit)
      from  530dfbb4f07884e434b84a3c2f886d0d1051bde1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii/gnocky.git/commit/?id=bcd7432121fcd0c9078ba6d80a6ef798a0c9ea4d


commit bcd7432121fcd0c9078ba6d80a6ef798a0c9ea4d
Author: Daniele Forsi <address@hidden>
Date:   Sun Jun 12 20:57:33 2011 +0200

    Replace .cvsignore with .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..544a088
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*.o
+autom4te.cache
+config.guess
+config.h
+config.log
+config.status
+config.sub
+configure
+depcomp
+identify.patch
+install-sh
+Makefile
+Makefile.in
+missing
+stamp-h1
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..4091249
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,11 @@
+*.gmo
+*.sed
+*.sin
+Makefile
+Makefile.in
+Makefile.in.in
+Makevars.template
+POTFILES
+Rules-quot
+gnocky.pot
+stamp-po
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..1d8b2cd
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,5 @@
+.deps
+Makefile
+Makefile.in
+gnocky
+
diff --git a/src/glade/.gitignore b/src/glade/.gitignore
new file mode 100644
index 0000000..de891f4
--- /dev/null
+++ b/src/glade/.gitignore
@@ -0,0 +1 @@
+gnocky-about.glade

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                           |   15 +++++++++++++++
 po/{.cvsignore => .gitignore}        |    0
 src/{.cvsignore => .gitignore}       |    0
 src/glade/{.cvsignore => .gitignore} |    0
 4 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 copy po/{.cvsignore => .gitignore} (100%)
 copy src/{.cvsignore => .gitignore} (100%)
 copy src/glade/{.cvsignore => .gitignore} (100%)


hooks/post-receive
-- 
Alternate GUI



reply via email to

[Prev in Thread] Current Thread [Next in Thread]