mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Ignore *.suo and *.user as these are user specific preference files from Visual Studio
http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -10,6 +10,12 @@
|
||||
*.pidb
|
||||
*.dll.build
|
||||
*.dll
|
||||
|
||||
# Ignore .user and .suo files as these are user preference specific
|
||||
# http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control
|
||||
*.suo
|
||||
*.user
|
||||
|
||||
*.VisualState.xml
|
||||
*/*/obj
|
||||
*/*/*/obj
|
||||
@@ -65,11 +71,6 @@ bin/crashes/
|
||||
Examples/*.dll
|
||||
OpenSim.build
|
||||
OpenSim.sln
|
||||
OpenSim.suo
|
||||
|
||||
# This is generated if a vs2010 OpenSim.sln is loaded into vs2012
|
||||
OpenSim.v11.suo
|
||||
|
||||
OpenSim.userprefs
|
||||
Prebuild/Prebuild.build
|
||||
Prebuild/Prebuild.sln
|
||||
|
||||
Reference in New Issue
Block a user