diff options
author | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-09-15 10:26:11 +0800 |
---|---|---|
committer | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-09-15 13:08:21 +0800 |
commit | d4b24234283a022e4ae2fd124e6b94fc40572f99 (patch) | |
tree | 146cb7b09400b98f4728258cc557cc4d63712b54 /.gitignore | |
parent | 43a1b93d71d2fa8da375a9881f8f389980c68575 (diff) |
[Mono] implement Transform.InterpolateWith()
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6db75f2324..420a25ac59 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,9 @@ bld/ *.debug *.dSYM +# Visual Studio cache/options directory +.vs/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* |