diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2014-04-14 06:02:29 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2014-04-14 06:02:29 -0700 |
commit | dba7d3de2bbfd3a28ed0191d693d0efb298d3da3 (patch) | |
tree | 883eae841cfb9089c61b1ec4c8982a0adb5dffd4 /VisualStudio.gitignore | |
parent | 792a95ef293a8eb68e3ed93a85578dade70d0553 (diff) | |
download | gitignore-dba7d3de2bbfd3a28ed0191d693d0efb298d3da3.tar.gz gitignore-dba7d3de2bbfd3a28ed0191d693d0efb298d3da3.zip |
Adds Roslyn .ide directories to .gitignore.
Diffstat (limited 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 745d9301..1efad386 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -16,6 +16,9 @@ bld/ [Bb]in/ [Oo]bj/ +# Roslyn cache directories +*.ide + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* |