From de8665b0b05db10c3257f9c645a09638a4732256 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 28 Dec 2016 00:37:54 +0100 Subject: o Improving CLI output and setup. o Adding 'init' command similar to git's init command. Only configurable item is the database to query. Removing the -d/--db argument to all commands as it's read from the configuration instead. o Adding support for querying a remove SPARQL endpoint. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 70e9a43..a4f7607 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ env *.db +.eda-rdf *.pyc digikey_cache -- cgit v1.2.3