[glom] Updated .gitignore files.



commit 9b066d3b642d55682956e83a56bf1f5c9386642f
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 19 20:14:19 2011 +0200

    Updated .gitignore files.

 .gitignore                                       |    2 +
 docs/libglom_reference/.gitignore                |    5 +++
 examples/example_scripts/.gitignore              |    2 +
 glom/libglom/.gitignore                          |    1 +
 glom/utility_widgets/eggspreadtablemm/.gitignore |    1 +
 macros/.gitignore                                |   30 ++++++++++++++++++++++
 po/.gitignore                                    |    9 ++++++
 tests/.gitignore                                 |    6 ++++
 tests/python/.gitignore                          |    9 ++++++
 9 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c7453c..7693d48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,8 @@ stamp-h1
 /compile
 /configure.lineno
 /depcomp
+/ABOUT-NLS
+/config.rpath
 
 Makefile
 Makefile.in
diff --git a/docs/libglom_reference/.gitignore b/docs/libglom_reference/.gitignore
index 4a9a108..ad86a5f 100644
--- a/docs/libglom_reference/.gitignore
+++ b/docs/libglom_reference/.gitignore
@@ -2,3 +2,8 @@
 /libglom-*.devhelp2
 /libglom-*.tag
 /html/
+
+doc-install.pl
+doc-postprocess.pl
+doxygen.css
+tagfile-to-devhelp2.xsl
diff --git a/examples/example_scripts/.gitignore b/examples/example_scripts/.gitignore
new file mode 100644
index 0000000..d735a17
--- /dev/null
+++ b/examples/example_scripts/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+*.bak
diff --git a/glom/libglom/.gitignore b/glom/libglom/.gitignore
index 90b5acf..f9446ab 100644
--- a/glom/libglom/.gitignore
+++ b/glom/libglom/.gitignore
@@ -4,3 +4,4 @@
 /stamp-h2
 /libglom_config.h
 /glom-*.pc
+/example_document_load
diff --git a/glom/utility_widgets/eggspreadtablemm/.gitignore b/glom/utility_widgets/eggspreadtablemm/.gitignore
new file mode 100644
index 0000000..bb064b3
--- /dev/null
+++ b/glom/utility_widgets/eggspreadtablemm/.gitignore
@@ -0,0 +1 @@
+/test_spreadtablednd
diff --git a/macros/.gitignore b/macros/.gitignore
index d7777cc..7785aae 100644
--- a/macros/.gitignore
+++ b/macros/.gitignore
@@ -5,3 +5,33 @@ ltoptions.m4
 ltsugar.m4
 ltversion.m4
 lt~obsolete.m4
+codeset.m4
+gettext.m4
+glibc2.m4
+glibc21.m4
+iconv.m4
+intdiv0.m4
+intl.m4
+intldir.m4
+intlmacosx.m4
+intmax.m4
+inttypes-pri.m4
+inttypes_h.m4
+lcmessage.m4
+lib-ld.m4
+lib-link.m4
+lib-prefix.m4
+lock.m4
+longlong.m4
+nls.m4
+po.m4
+printf-posix.m4
+progtest.m4
+size_max.m4
+stdint_h.m4
+uintmax_t.m4
+visibility.m4
+wchar_t.m4
+wint_t.m4
+xsize.m4
+
diff --git a/po/.gitignore b/po/.gitignore
index 3f20281..ae31079 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -4,3 +4,12 @@
 /POTFILES
 /stamp-it
 /glom.pot
+/Makevars.template
+/Rules-quot
+/boldquot.sed
+/en boldquot header
+/en quot header
+/insert-header.sin
+/quot.sed
+/remove-potcdate.sin
+
diff --git a/tests/.gitignore b/tests/.gitignore
index 222184b..097500d 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,12 @@
+/glade_toplevels_instantiation
 /test_load_python_library
 /test_parsing_time
 /test_python_module
 /test_signal_reemit
 /import/test_parsing
 /import/test_signals
+/test_document_autosave
+/test_document_load
+/test_glade_derived_instantiation
+/test_selfhosting_new_empty
+/test_selfhosting_new_from_example
diff --git a/tests/python/.gitignore b/tests/python/.gitignore
new file mode 100644
index 0000000..44b1387
--- /dev/null
+++ b/tests/python/.gitignore
@@ -0,0 +1,9 @@
+/test_load_python_library
+/test_python_execute_func
+/test_python_execute_func_bad_syntax
+/test_python_execute_func_change_result_type
+/test_python_execute_func_date
+/test_python_execute_func_with_record
+/test_python_execute_script
+/test_python_module
+



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