Gitignore and TODO updates

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2014-11-19 09:17:43 -05:00
parent 38d2b6e57d
commit 55c45e6004
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -7,8 +7,6 @@ bin/
.sconsign.dblite
*.patch
*.tar.gz
tests/*/*-core
tests/*/*-lib
*.gcov
*.gcda
*.gcno

4
TODO
View File

@ -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

2
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*-core
*-lib