From 142c6df2cecf3b0e2dbb7c20442f21ce7e8bcc95 Mon Sep 17 00:00:00 2001 From: jgrizou Date: Fri, 7 Jun 2013 20:55:23 +0200 Subject: [PATCH] Adds item to TODO and modif .gitignore --- .gitignore | 5 ++++- TODO | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4918585..d3ba2f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ build/ +dist/ +*~ *.pyc -tests/.papers \ No newline at end of file +tests/.papers +papers.egg-info diff --git a/TODO b/TODO index f73ffb2..aaf6f81 100644 --- a/TODO +++ b/TODO @@ -8,4 +8,5 @@ TODO list - add query support to list command (cf beets) - FIX open on ubuntu - implement queries -- edit on add +- edit bibtex on add +- option to add tag on add