From 546a536dffd0a56de36a1031a2aa27fd9d31225c Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 27 Apr 2017 13:41:42 +0100 Subject: Update ignore and variable files --- .gitignore | 5 +---- variables.sample.ahk | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 variables.sample.ahk 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 -- cgit v1.2.3