[glom] Removed .cvsignore files, added .gitignore ones



commit 402901ba8103f724d1e68fc8ae15a169c7ffb7ed
Author: Armin Burgmeier <armin arbur net>
Date:   Fri May 1 15:06:23 2009 +0200

    Removed .cvsignore files, added .gitignore ones

 .cvsignore                                      |    4 ---
 .gitignore                                      |   32 +++++++++++++++++++++++
 docs/user-guide/.cvsignore                      |    1 -
 docs/user-guide/.gitignore                      |    4 +++
 glom/.cvsignore                                 |    3 --
 glom/.gitignore                                 |    2 +
 glom/libglom/.gitignore                         |    6 ++++
 glom/utility_widgets/.gitignore                 |    1 +
 glom/utility_widgets/egg/toolpalette/.gitignore |    1 +
 glom/utility_widgets/egg/util/.gitignore        |    2 +
 macros/.cvsignore                               |    1 -
 macros/.gitignore                               |    5 +++
 po/.cvsignore                                   |   11 --------
 po/.gitignore                                   |    4 +++
 regression_tests/.gitignore                     |    2 +
 win32/.gitignore                                |    1 +
 xslt/.cvsignore                                 |    3 --
 17 files changed, 60 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cd21206
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+*.o
+*.lo
+*.a
+*.la
+
+.deps
+.libs
+stamp-h1
+depcomp
+
+Makefile
+Makefile.in
+configure
+config.sub
+config.status
+config.log
+config.h
+config.guess
+autom4te.cache
+aclocal.m4
+mkinstalldirs
+missing
+ltmain.sh
+libtool
+install-sh
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+gnome-doc-utils.make
+
+glom.desktop
+glom.desktop.in
diff --git a/docs/user-guide/.gitignore b/docs/user-guide/.gitignore
new file mode 100644
index 0000000..5cce3d7
--- /dev/null
+++ b/docs/user-guide/.gitignore
@@ -0,0 +1,4 @@
+legal.xml
+glom.xml
+.xml2po.mo
+*.omf
diff --git a/glom/.gitignore b/glom/.gitignore
new file mode 100644
index 0000000..c45f45e
--- /dev/null
+++ b/glom/.gitignore
@@ -0,0 +1,2 @@
+glom
+test_pyembed
diff --git a/glom/libglom/.gitignore b/glom/libglom/.gitignore
new file mode 100644
index 0000000..637432b
--- /dev/null
+++ b/glom/libglom/.gitignore
@@ -0,0 +1,6 @@
+test_connectionpool
+test_document
+test_sharedptr_layoutitem
+stamp-h2
+libglom_config.h
+glom-1.0.pc
diff --git a/glom/utility_widgets/.gitignore b/glom/utility_widgets/.gitignore
new file mode 100644
index 0000000..aa6609e
--- /dev/null
+++ b/glom/utility_widgets/.gitignore
@@ -0,0 +1 @@
+test_flowtable
diff --git a/glom/utility_widgets/egg/toolpalette/.gitignore b/glom/utility_widgets/egg/toolpalette/.gitignore
new file mode 100644
index 0000000..20b8892
--- /dev/null
+++ b/glom/utility_widgets/egg/toolpalette/.gitignore
@@ -0,0 +1 @@
+testtoolpalette
diff --git a/glom/utility_widgets/egg/util/.gitignore b/glom/utility_widgets/egg/util/.gitignore
new file mode 100644
index 0000000..e82b7f2
--- /dev/null
+++ b/glom/utility_widgets/egg/util/.gitignore
@@ -0,0 +1,2 @@
+eggmarshalers.h
+eggmarshalers.c
diff --git a/macros/.gitignore b/macros/.gitignore
new file mode 100644
index 0000000..38066dd
--- /dev/null
+++ b/macros/.gitignore
@@ -0,0 +1,5 @@
+libtool.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..09dc4f0
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1,4 @@
+*.gmo
+.intltool-merge-cache
+POTFILES
+stamp-it
diff --git a/regression_tests/.gitignore b/regression_tests/.gitignore
new file mode 100644
index 0000000..49839f1
--- /dev/null
+++ b/regression_tests/.gitignore
@@ -0,0 +1,2 @@
+test_parsing_time
+test_signal_reemit
diff --git a/win32/.gitignore b/win32/.gitignore
new file mode 100644
index 0000000..b6aa02d
--- /dev/null
+++ b/win32/.gitignore
@@ -0,0 +1 @@
+glom.iss



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