From 014dc55ae675f2fda80c3c1afa0431aa4afd3ba1 Mon Sep 17 00:00:00 2001 From: John Aylward Date: Mon, 22 Jul 2019 11:10:24 -0400 Subject: [PATCH 1/2] remove execute bit --- .gitignore | 0 LICENSE.md | 0 README.md | 0 digitalocean-dynamic-ip.go | 0 digitalocean-dynamic-ip.sample.json | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE.md mode change 100755 => 100644 README.md mode change 100755 => 100644 digitalocean-dynamic-ip.go mode change 100755 => 100644 digitalocean-dynamic-ip.sample.json diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE.md b/LICENSE.md old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/digitalocean-dynamic-ip.go b/digitalocean-dynamic-ip.go old mode 100755 new mode 100644 diff --git a/digitalocean-dynamic-ip.sample.json b/digitalocean-dynamic-ip.sample.json old mode 100755 new mode 100644 From 693eb25ee4572b99813e14daeb90f1f2ee785078 Mon Sep 17 00:00:00 2001 From: John Aylward Date: Sat, 20 Jul 2019 12:38:04 -0400 Subject: [PATCH 2/2] update gitignore to matche default build & config --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 97745eb..f34a787 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ config.json -digitalocean-dynamic-ip \ No newline at end of file +digitalocean-dynamic-ip +digitalocean-dynamic-dns-ip +digitalocean-dynamic-ip.json