summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2017-04-27 13:41:42 +0100
committerbreadcat2017-04-27 13:41:42 +0100
commit546a536dffd0a56de36a1031a2aa27fd9d31225c (patch)
treee1226922ad3b1cfc06d0f94edc4d4a389000104e
parent1f8561ca754fe30e9fd147e88d91f9e63929678a (diff)
downloadahka-546a536dffd0a56de36a1031a2aa27fd9d31225c.tar.gz
ahka-546a536dffd0a56de36a1031a2aa27fd9d31225c.tar.bz2
ahka-546a536dffd0a56de36a1031a2aa27fd9d31225c.zip
Update ignore and variable files
-rw-r--r--.gitignore5
-rw-r--r--variables.sample.ahk26
2 files changed, 27 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d6210cf..236dbcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,3 @@
-# r.secsrv.net/AutoHotkey/Scripts/Buggy-Mouse
-buggy_mouse.ahk
-
-# contains firstName lastName homePhoneNumber workPhoneNumber mobilePhoneNumber homePostCode workPostCode homeAddress workAddress homeEmailAddress workEmailAddress workIPAddress workSIPAddress serverLocalIPAddress serverRemoteIPAddress remoteMAC and crmSearch
+# have a look at variables.sample.ahk
variables.ahk
diff --git a/variables.sample.ahk b/variables.sample.ahk
new file mode 100644
index 0000000..d924cc1
--- /dev/null
+++ b/variables.sample.ahk
@@ -0,0 +1,26 @@
+
+firstName := ""
+lastName := ""
+
+homePhoneNumber := ""
+workPhoneNumber := ""
+mobilePhoneNumber := ""
+
+homePostCode := ""
+workPostCode := ""
+
+homeAddress := ""
+workAddress := ""
+
+homeEmailAddress := ""
+workEmailAddress := ""
+
+workIPAddress := ""
+workSIPAddress := ""
+serverRemoteAddress := ""
+remoteMAC := ""
+
+crmSearch := ""
+
+sshHost := ""
+sshPort := "" \ No newline at end of file