fix AbstractObjectFactory's singleton dispose order

* using stable collection and reversing it before traversal
* also remove .gitattributes
This commit is contained in:
Marko Lahma
2014-01-26 09:09:14 +02:00
parent bcaf73332f
commit 9a2907a8a1
2 changed files with 3 additions and 23 deletions

22
.gitattributes vendored
View File

@@ -1,22 +0,0 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain