diff options
author | Brian Dukes <bdukes@engagesoftware.com> | 2013-01-25 13:35:41 -0600 |
---|---|---|
committer | Brian Dukes <bdukes@engagesoftware.com> | 2013-01-25 13:35:41 -0600 |
commit | 69c77aadd1a350c19d4ad69bb04fc75c2432b840 (patch) | |
tree | 114c9da870101dde7a578eb6751e4e5d4ef1eb84 /VisualStudio.gitignore | |
parent | 0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff) | |
download | gitignore-69c77aadd1a350c19d4ad69bb04fc75c2432b840.tar.gz gitignore-69c77aadd1a350c19d4ad69bb04fc75c2432b840.zip |
Add $tf folder to VisualStudio.gitignore
TFS 2012 creates a $tf folder for local workspaces
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 99456160..8dbff00b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -56,6 +56,9 @@ ipch/ *.vsp *.vspx +# TFS 2012 Local Workspace +$tf/ + # Guidance Automation Toolkit *.gpState |