summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile3
-rwxr-xr-xgo-nsupdatebin6921708 -> 0 bytes
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c91e574..b5dd926 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-.*.swo
.*.swp
+go-nsupdate
diff --git a/Makefile b/Makefile
index 5b2f6b8..5c8b596 100644
--- a/Makefile
+++ b/Makefile
@@ -23,3 +23,6 @@ check:
make-keys:
tsig-keygen -a hmac-sha512 bastion.lab.wit.org
sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org
+
+push:
+ git push wit jcarr
diff --git a/go-nsupdate b/go-nsupdate
deleted file mode 100755
index 2d10073..0000000
--- a/go-nsupdate
+++ /dev/null
Binary files differ