[telegnome] * .gitignore, doc/.gitignore, doc/C/.gitignore, po/.gitignore,



commit e12ab958aeb2c92d77ed61cc8db73cf44f4e5e0a
Author: Colin Watson <cjwatson canonical com>
Date:   Tue Apr 28 13:40:44 2009 +0100

    * .gitignore, doc/.gitignore, doc/C/.gitignore, po/.gitignore,
    src/.gitignore: Add ignores, ported from Subversion.
---
 .gitignore       |   21 +++++++++++++++++++++
 ChangeLog        |    5 +++++
 doc/.gitignore   |    1 +
 doc/C/.gitignore |    1 +
 po/.gitignore    |   16 ++++++++++++++++
 src/.gitignore   |    3 +++
 6 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6b1e335
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+ABOUT-NLS
+INSTALL
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.rpath
+config.status
+config.sub
+configure
+depcomp
+gnome-doc-utils.make
+install-sh
+m4
+missing
+mkinstalldirs
+stamp-h1
diff --git a/ChangeLog b/ChangeLog
index 799d499..6e33b85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-04-28  Colin Watson  <cjwatson debian org>
 
+	* .gitignore, doc/.gitignore, doc/C/.gitignore, po/.gitignore,
+	src/.gitignore: Add ignores, ported from Subversion.
+
+2009-04-28  Colin Watson  <cjwatson debian org>
+
 	* configure.in: Rename to ...
 	* configure.ac: ... this.
 	* autogen.sh: Account for renaming. Create m4 directory if
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..e8a71e0
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1 @@
+*.omf
diff --git a/doc/C/.gitignore b/doc/C/.gitignore
new file mode 100644
index 0000000..2d19fc7
--- /dev/null
+++ b/doc/C/.gitignore
@@ -0,0 +1 @@
+*.html
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..9ea1e34
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,16 @@
+*.gmo
+*.mo
+*.pot
+Makefile.in.in
+Makevars.template
+POTFILES
+Rules-quot
+boldquot.sed
+cat-id-tbl.c
+en boldquot header
+en quot header
+insert-header.sin
+messages
+quot.sed
+remove-potcdate.sin
+stamp-cat-id
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..63bf2c6
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,3 @@
+*.o
+.deps
+telegnome



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