diff options
author | Thomas Vander Stichele <thomasvs@src.gnome.org> | 2004-05-30 09:51:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomasvs@src.gnome.org> | 2004-05-30 09:51:39 +0000 |
commit | d3d586b1669bbb7b4ccf3f777a4fd33c785c2c07 (patch) | |
tree | b22a73b1c99a441956a3016ff2fe24c5a40cd509 | |
parent | c90b8d3668b4f3d56b026852a96c9ef5deffbf9d (diff) |
add ignore files
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | doc/.cvsignore | 2 | ||||
-rw-r--r-- | doc/openi18n/.cvsignore | 3 | ||||
-rw-r--r-- | doc/reference/.cvsignore | 20 | ||||
-rw-r--r-- | gnome-pty-helper/.cvsignore | 12 | ||||
-rw-r--r-- | python/.cvsignore | 3 | ||||
-rw-r--r-- | termcaps/.cvsignore | 2 |
7 files changed, 43 insertions, 0 deletions
@@ -11,6 +11,7 @@ stamp-h stamp-h1 stamp-h.in vte.pc +vte-uninstalled.pc INSTALL autom4te.cache compile diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/doc/openi18n/.cvsignore b/doc/openi18n/.cvsignore new file mode 100644 index 0000000..8905832 --- /dev/null +++ b/doc/openi18n/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +cursor diff --git a/doc/reference/.cvsignore b/doc/reference/.cvsignore new file mode 100644 index 0000000..f148326 --- /dev/null +++ b/doc/reference/.cvsignore @@ -0,0 +1,20 @@ +Makefile +Makefile.in +html +html-build.stamp +html.stamp +scan-build.stamp +sgml-build.stamp +sgml.stamp +tmpl-build.stamp +tmpl.stamp +vte-decl-list.txt +vte-decl.txt +vte-undocumented.txt +vte-unused.txt +vte.args +vte.hierarchy +vte.interfaces +vte.prerequisites +vte.signals +xml diff --git a/gnome-pty-helper/.cvsignore b/gnome-pty-helper/.cvsignore new file mode 100644 index 0000000..6d9ecec --- /dev/null +++ b/gnome-pty-helper/.cvsignore @@ -0,0 +1,12 @@ +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.log +config.status +configure +gnome-pty-helper +stamp-h1 diff --git a/python/.cvsignore b/python/.cvsignore new file mode 100644 index 0000000..a9bb3eb --- /dev/null +++ b/python/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +vte.c diff --git a/termcaps/.cvsignore b/termcaps/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/termcaps/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in |