From 5a4df7ee92bff13ea7e66abb10b502f91ae86f36 Mon Sep 17 00:00:00 2001 From: Daniel Belcher Date: Tue, 23 Apr 2019 15:03:29 -0700 Subject: [PATCH] Update the .gitignore to ignore GraphingImplOverrides.props. This update already exists in the feature branch but we can merge it to master now to make development of the feature easier and prevent accidentally commiting this file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2100dfc1..1088272d 100644 --- a/.gitignore +++ b/.gitignore @@ -289,6 +289,7 @@ __pycache__/ # Calculator specific Generated Files/ +src/GraphControl/GraphingImplOverrides.props !/build/config/TRexDefs/** !src/Calculator/TemporaryKey.pfx !src/CalculatorUnitTests/CalculatorUnitTests_TemporaryKey.pfx \ No newline at end of file