GIT: Added ignore of OS/X DS_Store files and made line endings consistent (from Jordi Guillaumes Pons)

This commit is contained in:
Mark Pizzolato 2014-01-23 05:11:18 -08:00
parent c64aabf51f
commit fcaced5393

3
.gitignore vendored
View file

@ -1,6 +1,8 @@
.git-commit-id .git-commit-id
#ignore thumbnails created by windows #ignore thumbnails created by windows
Thumbs.db Thumbs.db
#ignore Desktop Services Store created by OSX
.DS_Store
#Ignore files built by Visual Studio #Ignore files built by Visual Studio
*.obj *.obj
# VAX/vmb.exe is not a generated file and should be in the repository # VAX/vmb.exe is not a generated file and should be in the repository
@ -44,4 +46,3 @@ ipch/
Visual Studio Projects/* Visual Studio Projects/*