[libgda/LIBGDA_4.0] Tell git to ignore some files



commit b29ae5fdbd14283cf44b743450b25055c31720bc
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sat Apr 18 14:05:12 2009 +0200

    Tell git to ignore some files
---
 .gitignore                       |   50 ++++++++++++++++++++++++++++++++++++++
 doc/C/.gitignore                 |   29 ++++++++++++++++++++++
 libgda/.gitignore                |    8 ++++++
 libgda/sql-parser/.gitignore     |   13 ++++++++++
 libgda/sqlite/.gitignore         |    2 +
 providers/.gitignore             |    5 ++++
 providers/bdb/.gitignore         |    1 +
 providers/jdbc/.gitignore        |    5 ++++
 testing/.gitignore               |    4 +++
 tests/data-models/.gitignore     |    7 +++++
 tests/meta-store/.gitignore      |    5 ++++
 tests/multi-threading/.gitignore |    6 ++++
 tests/parser/.gitignore          |    5 ++++
 tests/providers/.gitignore       |   14 ++++++++++
 tests/value-holders/.gitignore   |    3 ++
 tools/.gitignore                 |    5 ++++
 16 files changed, 162 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ed322b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,50 @@
+ABOUT-NLS
+intl
+aclocal.m4
+config.guess
+config.sub
+compile
+ltconfig
+ltmain.sh
+config.h.in
+stamp-h.in
+Makefile.in
+Makefile
+configure
+config.log
+config.h
+config.cache
+libtool
+config.status
+stamp-h
+libgda.spec
+stamp.h
+intltool-*
+control-stamp
+configure-stamp
+build-stamp
+install-sh
+missing
+mkinstalldirs
+INSTALL
+autom4te.cache
+stamp-h1
+*.pc
+depcomp
+.libs
+.deps
+*.o
+*.lo
+*.loT
+*.la
+*.gmo
+*.mo
+*.pot
+Makefile
+Makefile.in
+Makefile.in.in
+POTFILES
+.intltool-merge-cache
+*~
+stamp-it
+.gdb_history
\ No newline at end of file
diff --git a/doc/C/.gitignore b/doc/C/.gitignore
new file mode 100644
index 0000000..5565cdf
--- /dev/null
+++ b/doc/C/.gitignore
@@ -0,0 +1,29 @@
+html
+xml
+html-build.stamp
+html.stamp
+libgda-4.0-decl-list.txt
+libgda-4.0-decl.txt
+libgda-4.0-undocumented.txt
+libgda-4.0-unused.txt
+libgda-4.0.args
+libgda-4.0.hierarchy
+libgda-4.0.signals
+scan-build.stamp
+sgml-build.stamp
+sgml.stamp
+tmpl-build.stamp
+tmpl.stamp
+.libs
+libgda-4.0.prerequisites
+libgda-4.0-decl.txt.bak
+libgda-4.0.interfaces
+libgda-4.0-decl-list.txt.bak
+libgda-4.0.types
+libgda-4.0-overrides.txt
+libgda-4.0-doc.pdf
+pdf-build.stamp
+libgda-4.0-undeclared.txt
+libgda-4.0-unused.sgml
+version.xml
+*.bak
\ No newline at end of file
diff --git a/libgda/.gitignore b/libgda/.gitignore
new file mode 100644
index 0000000..2779932
--- /dev/null
+++ b/libgda/.gitignore
@@ -0,0 +1,8 @@
+libgda.h
+gda-marshal.h
+gda-marshal.c
+s-enum-types-c
+s-enum-types-h
+gda-enum-types.c
+gda-enum-types.h
+libgda.def
\ No newline at end of file
diff --git a/libgda/sql-parser/.gitignore b/libgda/sql-parser/.gitignore
new file mode 100644
index 0000000..06e0cca
--- /dev/null
+++ b/libgda/sql-parser/.gitignore
@@ -0,0 +1,13 @@
+parser.c
+parser.h
+parser.out
+*token_types.h
+gen_def
+lemon
+delimiter.c
+delimiter.h
+delimiter.out
+gda-sql-parser-enum-types.c
+gda-sql-parser-enum-types.h
+s-enum-types-c
+s-enum-types-h
\ No newline at end of file
diff --git a/libgda/sqlite/.gitignore b/libgda/sqlite/.gitignore
new file mode 100644
index 0000000..f87b75b
--- /dev/null
+++ b/libgda/sqlite/.gitignore
@@ -0,0 +1,2 @@
+gen_emb_string
+xml_embedded.h
\ No newline at end of file
diff --git a/providers/.gitignore b/providers/.gitignore
new file mode 100644
index 0000000..1d465da
--- /dev/null
+++ b/providers/.gitignore
@@ -0,0 +1,5 @@
+*.xml
+parser.c
+parser.h
+gen_def
+*token_types.h
\ No newline at end of file
diff --git a/providers/bdb/.gitignore b/providers/bdb/.gitignore
new file mode 100644
index 0000000..46e7a80
--- /dev/null
+++ b/providers/bdb/.gitignore
@@ -0,0 +1 @@
+gda-bdb-test
\ No newline at end of file
diff --git a/providers/jdbc/.gitignore b/providers/jdbc/.gitignore
new file mode 100644
index 0000000..67ef790
--- /dev/null
+++ b/providers/jdbc/.gitignore
@@ -0,0 +1,5 @@
+*.class
+*.jar
+gda-list-jdbc-providers-4.0
+gda-jdbc-test
+Gda*.h
\ No newline at end of file
diff --git a/testing/.gitignore b/testing/.gitignore
new file mode 100644
index 0000000..0428243
--- /dev/null
+++ b/testing/.gitignore
@@ -0,0 +1,4 @@
+gda-test-connection-4.0
+gda-test-blob
+gda-provider-status
+index.html
\ No newline at end of file
diff --git a/tests/data-models/.gitignore b/tests/data-models/.gitignore
new file mode 100644
index 0000000..d83ebbd
--- /dev/null
+++ b/tests/data-models/.gitignore
@@ -0,0 +1,7 @@
+check_model_import
+check_virtual
+check_data_proxy
+check_model_copy
+check_pmodel
+check_empty_rs
+*.db
\ No newline at end of file
diff --git a/tests/meta-store/.gitignore b/tests/meta-store/.gitignore
new file mode 100644
index 0000000..2677144
--- /dev/null
+++ b/tests/meta-store/.gitignore
@@ -0,0 +1,5 @@
+check_meta_store_sqlite
+check_meta_store_postgresql
+check_meta_store_mysql
+check_meta_store_memory
+*.db
\ No newline at end of file
diff --git a/tests/multi-threading/.gitignore b/tests/multi-threading/.gitignore
new file mode 100644
index 0000000..600cc9e
--- /dev/null
+++ b/tests/multi-threading/.gitignore
@@ -0,0 +1,6 @@
+check_parser
+check_mutex
+check_cnc_lock
+check_threaded_cnc
+check_wrapper
+*.db
\ No newline at end of file
diff --git a/tests/parser/.gitignore b/tests/parser/.gitignore
new file mode 100644
index 0000000..5924de6
--- /dev/null
+++ b/tests/parser/.gitignore
@@ -0,0 +1,5 @@
+check_parser
+check_validation
+check_normalization
+check_dml_comp
+check_script
\ No newline at end of file
diff --git a/tests/providers/.gitignore b/tests/providers/.gitignore
new file mode 100644
index 0000000..508f3e7
--- /dev/null
+++ b/tests/providers/.gitignore
@@ -0,0 +1,14 @@
+check_sqlite
+check_postgres
+check_firebird
+check_mdb
+check_freetds
+check_odbc
+check_msql
+check_sybase
+check_bdb
+check_xbase
+check_mysql
+check_ibmdb2
+check_oracle
+check_ldap
\ No newline at end of file
diff --git a/tests/value-holders/.gitignore b/tests/value-holders/.gitignore
new file mode 100644
index 0000000..c09cc3e
--- /dev/null
+++ b/tests/value-holders/.gitignore
@@ -0,0 +1,3 @@
+check_holder
+check_set
+check_statement
\ No newline at end of file
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..f900d71
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,5 @@
+gda-sql-4.1
+gda-list-config-4.1
+gda-list-server-op-4.1
+information-schema-doc
+gda-sql-4.1.1
\ No newline at end of file



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