diff options
author | Álison Fernandes <alisonfernandes@gmail.com> | 2013-11-08 01:59:29 +0000 |
---|---|---|
committer | Álison Fernandes <alisonfernandes@gmail.com> | 2013-11-08 01:59:29 +0000 |
commit | 6b707950983920ac442f66212a89ff50324e1d9d (patch) | |
tree | cab7288d761dde156282b4f00a70da6e2e731fab /Unity.gitignore | |
parent | b65855ee93eb08ac259fa54d0669c5d2df576263 (diff) | |
download | gitignore-6b707950983920ac442f66212a89ff50324e1d9d.tar.gz gitignore-6b707950983920ac442f66212a89ff50324e1d9d.zip |
Added Visual Studio .suo files
*.suo files are binary, user specific files generated by Visual Studio with some user configuration information, thus, don't need to be versioned.
Diffstat (limited to 'Unity.gitignore')
-rw-r--r-- | Unity.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Unity.gitignore b/Unity.gitignore index 6425e291..123c9928 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,3 +6,5 @@ *.csproj *.unityproj *.sln +*.suo +*.user |