From 861d4ef40845ebc5d56aa741712eb0cbb5cdd8f7 Mon Sep 17 00:00:00 2001 From: Daniel Belcher Date: Tue, 23 Apr 2019 16:41:48 -0700 Subject: [PATCH] Update the .gitignore to ignore GraphingImplOverrides.props. (#472) Description of the changes: 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. How changes were validated: Manual. Switch to feature branch. Add GraphingImplOverrides.props Switch to dabelc/IgnoreGraphingImplOverrides.props. Confirm git shows no files changed but props file is present. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2100dfc..1088272 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