GIT: Added ignore of OS/X DS_Store files and made line endings consistent (from Jordi Guillaumes Pons)
This commit is contained in:
parent
c64aabf51f
commit
fcaced5393
1 changed files with 44 additions and 43 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
.git-commit-id
|
||||
#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
|
||||
|
@ -44,4 +46,3 @@ ipch/
|
|||
Visual Studio Projects/*
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue