Removed from git .../obj directories (created by VStudio)

slimupdates
AlexRa 2010-04-27 13:44:19 +03:00
parent a92ca3c2c9
commit 0718748ea4
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -9,6 +9,13 @@
*.pdb *.pdb
*.pidb *.pidb
*.dll.build *.dll.build
*.dll
*/*/obj
*/*/*/obj
*/*/*/*/obj
*/*/*/*/*/obj
*/*/*/*/*/*/obj
*/*/*/*/*/*/*/obj
*/*/bin */*/bin
*/*/*/bin */*/*/bin
*/*/*/*/bin */*/*/*/bin
@ -45,6 +52,7 @@ bin/OpenSim.Grid.InventoryServer.log
bin/OpenSim.Grid.MessagingServer.log bin/OpenSim.Grid.MessagingServer.log
bin/OpenSim.Grid.UserServer.log bin/OpenSim.Grid.UserServer.log
bin/OpenSim.log bin/OpenSim.log
bin/*.manifest
bin/crashes/ bin/crashes/
Examples/*.dll Examples/*.dll
OpenSim.build OpenSim.build