From 2726c1a21e9728b93da8a8c0c404e8bff80592d5 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 26 Apr 2016 08:29:00 -0400 Subject: do not track --- .dub/dub.json | 15 --------------- .gitignore | 2 +- dub.selections.json | 5 ----- org/sdp_conf.org | 9 --------- 4 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 .dub/dub.json delete mode 100644 dub.selections.json diff --git a/.dub/dub.json b/.dub/dub.json deleted file mode 100644 index 41dafd6..0000000 --- a/.dub/dub.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "description": "sisu document parser.", - "authors": [ - "Ralph Amissah" - ], - "license": "GPL-3.0", - "dependencies": {}, - "add-path": "./src/sdp", - "dub": { - "lastUpgrade": "2016-04-25T06:24:35.4069093", - "cachedUpgrades": {} - }, - "homepage": "http://sisudoc.org", - "name": "sdp" -} diff --git a/.gitignore b/.gitignore index 9d6ef0a..dc50ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,11 @@ !.gitignore !makefile !version.txt +!./dub.json !tangle !*.org !*.d !*.txt -!*.json !org !src !views diff --git a/dub.selections.json b/dub.selections.json deleted file mode 100644 index 78166ff..0000000 --- a/dub.selections.json +++ /dev/null @@ -1,5 +0,0 @@ - -{ - "fileVersion": 1, - "versions": {} -} diff --git a/org/sdp_conf.org b/org/sdp_conf.org index a078048..46c9659 100644 --- a/org/sdp_conf.org +++ b/org/sdp_conf.org @@ -29,12 +29,3 @@ enum ver = Version(1, 0, 0); } } #+END_SRC - -*** dub.selections.json :dub:selections:version: - -#+BEGIN_SRC json :tangle ../dub.selections.json -{ - "fileVersion": 1, - "versions": {} -} -#+END_SRC -- cgit v1.2.3