[libsigc++2] Update .gitignore and tests/.gitignore
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsigc++2] Update .gitignore and tests/.gitignore
- Date: Tue, 28 Aug 2012 17:58:48 +0000 (UTC)
commit 3ca667a29649c7639d7a253958c91b314cf7c2ea
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Tue Aug 28 19:56:00 2012 +0200
Update .gitignore and tests/.gitignore
* .gitignore: Add *~ (gedit's backup files).
* tests/.gitignore: Add missing executable test files.
.gitignore | 1 +
ChangeLog | 7 +++++++
tests/.gitignore | 3 +++
3 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bc3056..5a352e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ Makefile
Makefile.in
*.[ao]
*.l[ao]
+*~
/INSTALL
/MSVC_Net200[58]/sigc.rc
/MSVC_Net200[58]/sigc++config.h
diff --git a/ChangeLog b/ChangeLog
index 2077c7e..1be0b8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-08-28 Kjell Ahlstedt <kjell ahlstedt bredband net>
+ Update .gitignore and tests/.gitignore
+
+ * .gitignore: Add *~ (gedit's backup files).
+ * tests/.gitignore: Add missing executable test files.
+
+2012-08-28 Kjell Ahlstedt <kjell ahlstedt bredband net>
+
Add SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH for C++11 lambda expressions.
* sigc++/functors/macros/functor_trait.h.m4: Add the preprocessor macro
diff --git a/tests/.gitignore b/tests/.gitignore
index ae7dc2f..630aeb3 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -2,9 +2,11 @@
/test_accum_iter
/test_bind
/test_bind_ref
+/test_bind_refptr
/test_bind_return
/test_compose
/test_copy_invalid_slot
+/test_cpp11_lambda
/test_custom
/test_deduce_result_type
/test_disconnect
@@ -12,6 +14,7 @@
/test_exception_catch
/test_functor_trait
/test_hide
+/test_lambda
/test_limit_reference
/test_mem_fun
/test_ptr_fun
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]