diff --git a/.gitignore b/.gitignore index 7741fed..06efd7f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ docs.json __dummy.html *.[ao] *.obj + +# Since this is a library, ignore `dub.selections.json` +dub.selections.json diff --git a/dub.selections.json b/dub.selections.json deleted file mode 100644 index e2b5f76..0000000 --- a/dub.selections.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "fileVersion": 1, - "versions": { - "taggedalgebraic": "0.10.9" - } -}