Update gitignore.

This commit is contained in:
Erick Kinnee 2019-03-06 08:51:40 -06:00
parent 27a7ac4739
commit e9529080e1
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,6 +24,7 @@ bld/
# Visual Studio 2015 cache/options directory
.vs/
.vscode/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

View file

@ -53,7 +53,6 @@ namespace SharpCAT
_serialPort.DataReceived += new SerialDataReceivedEventHandler(SerialDataReceived);
_serialPort.ErrorReceived += new SerialErrorReceivedEventHandler(SerialErrorReceived);
}
private void SerialErrorReceived(object sender, SerialErrorReceivedEventArgs e)