[glom] .gitignore: Ignore .log and .trs test files.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] .gitignore: Ignore .log and .trs test files.
- Date: Wed, 25 Sep 2013 08:19:22 +0000 (UTC)
commit 9ca148779ce26484b77df63394aaa8f157e9c2a6
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Sep 25 10:15:45 2013 +0200
.gitignore: Ignore .log and .trs test files.
These seem to be generated by recent versions of autotools.
Also ignore more recently-added test executables.
.gitignore | 3 +++
tests/.gitignore | 5 +++++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 131fe85..31f8df4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,5 +49,8 @@ Makefile.in
/glom.desktop
/glom.desktop.in
+/glom.appdata.xml
+
+/test-driver
/glom-?.*.tar.*
diff --git a/tests/.gitignore b/tests/.gitignore
index c9b8c7b..a360247 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -18,11 +18,13 @@
/test_document_load_translations
/test_fake_connection
/test_glade_derived_instantiation
+/test_glom_date_in_locales.sh
/test_script_check_for_problems
/test_selfhosting_new_empty
/test_selfhosting_new_empty_change_sysprefs
/test_selfhosting_new_empty_then_users
/test_selfhosting_new_from_example
+/test_selfhosting_new_from_example_float
/test_selfhosting_new_from_example_operator
/test_selfhosting_new_then_alter_table
/test_selfhosting_new_then_backup_restore
@@ -33,9 +35,12 @@
/test_selfhosting_new_then_choices
/test_selfhosting_new_then_lookup
/test_selfhosting_new_then_report_summary
+/test_selfhosting_non_numeric_primary_keys
/test_selfhosting_sqlinjection
/test_selfhosting_new_from_example_strangepath
/test_selfhosting_new_then_change_columns
coverage/
+*.log
+*.trs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]