diff options
author | Brendan Forster <github@brendanforster.com> | 2018-04-11 14:15:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 14:15:09 +1000 |
commit | 6ed8b7aa9a294a00b05b98a75c5ad70117bec66d (patch) | |
tree | a3675470defae85d369b9485afbfd4476e2c99a3 | |
parent | 3269ab13d0cb122bd09be854316334941c3beddc (diff) | |
parent | 5cdf57adf7e545c6b137e6b13a2aaa4d8cbb96b1 (diff) | |
download | gitignore-6ed8b7aa9a294a00b05b98a75c5ad70117bec66d.tar.gz gitignore-6ed8b7aa9a294a00b05b98a75c5ad70117bec66d.zip |
Merge pull request #2659 from matthewrdev/patch-1
Added MFractor's working folder to VisualStudio.gitignore
-rw-r--r-- | VisualStudio.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4c27bdfc..29063cf6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -324,3 +324,6 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ |