From 55c45e6004c0056792b0b53585069dc1f2c988e8 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 19 Nov 2014 09:17:43 -0500 Subject: [PATCH] Gitignore and TODO updates Signed-off-by: Anna Schumaker --- .gitignore | 2 -- TODO | 4 ++++ tests/.gitignore | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index a3ff745e..fd12dd6c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ bin/ .sconsign.dblite *.patch *.tar.gz -tests/*/*-core -tests/*/*-lib *.gcov *.gcda *.gcno diff --git a/TODO b/TODO index 7c07132c..a4c287c8 100644 --- a/TODO +++ b/TODO @@ -90,3 +90,7 @@ Future work: - Move tag index into tagdb - Rename filter.cpp -> text.cpp (or something to reflect that it is used for text processing) + - Make DatabaseEntry::primary_key() private (only used by Database) + - "On demand" databases that load the first time they are accessed? + - Split filtering code into index for searching and text formatting + - Text formatting includes lowercase, length strings, and date strings diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..988aac1c --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +*-core +*-lib