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

87
.gitignore vendored
View file

@ -1,47 +1,48 @@
.git-commit-id
#ignore thumbnails created by windows
Thumbs.db
#Ignore files built by Visual Studio
*.obj
# VAX/vmb.exe is not a generated file and should be in the repository
!VAX/vmb.exe
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.bak
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
#ignore thumbnails created by windows
Thumbs.db
#ignore Desktop Services Store created by OSX
.DS_Store
#Ignore files built by Visual Studio
*.obj
# VAX/vmb.exe is not a generated file and should be in the repository
!VAX/vmb.exe
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.bak
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.o
*~
*#
BIN/
ipch/
# We only care about specific files in the Visual Studio Projects
# folder. Things which are there on the fly to support debugging
# or other things we don't want git to manage.
!Visual Studio Projects/*.vcproj
!Visual Studio Projects/*.sln
!Visual Studio Projects/0ReadMe_Projects.txt
Visual Studio Projects/*
*#
BIN/
ipch/
# We only care about specific files in the Visual Studio Projects
# folder. Things which are there on the fly to support debugging
# or other things we don't want git to manage.
!Visual Studio Projects/*.vcproj
!Visual Studio Projects/*.sln
!Visual Studio Projects/0ReadMe_Projects.txt
Visual Studio Projects/*