From daa5c70d97258a5c6eef6a67eea934a73039f4f9 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Mon, 30 Nov 2015 08:20:06 -0600 Subject: [PATCH] Remove old log file Also add new log file name to .gitignore --- .gitignore | 7 ++++++- system-status.log | 3 --- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 system-status.log diff --git a/.gitignore b/.gitignore index 6cd1df2..bc6d4c5 100755 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,9 @@ _cgo_export.* _testmain.go -*.exe \ No newline at end of file +# Binaries +*.exe +utility-screen + +# Log file +utility-screen.log \ No newline at end of file diff --git a/system-status.log b/system-status.log deleted file mode 100644 index 7293fbd..0000000 --- a/system-status.log +++ /dev/null @@ -1,3 +0,0 @@ -Refreshing Battery: 70% -From ProgBar: 70% -INIT: From ProgBar: 70%