aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-04-26 08:29:00 -0400
committerRalph Amissah <ralph@amissah.com>2016-04-26 08:29:00 -0400
commit2726c1a21e9728b93da8a8c0c404e8bff80592d5 (patch)
tree5ad2a9cf0850ff5587a00d2286bb7c67110eb114
parentdub config (diff)
do not track
-rw-r--r--.dub/dub.json15
-rw-r--r--.gitignore2
-rw-r--r--dub.selections.json5
-rw-r--r--org/sdp_conf.org9
4 files changed, 1 insertions, 30 deletions
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