diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/shit_to_do b/shit_to_do deleted file mode 100755 index 7eea995..0000000 Binary files a/shit_to_do and /dev/null differ diff --git a/shit_to_do.nimble b/shit_to_do.nimble index d2ad2b4..90bd60b 100644 --- a/shit_to_do.nimble +++ b/shit_to_do.nimble @@ -5,6 +5,7 @@ author = "cynic" description = "tells me shit-to-do" license = "MIT" srcDir = "src" +binDir = "bin" bin = @["shit_to_do"]