Add file extensions from MSVS to gitignore file
Change-Id: Icb976111a3442eff2cd3ba0b015eef7067fe7006 Reviewed-on: https://gerrit.libreoffice.org/7582 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
b477392490
commit
2604726a02
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -87,3 +87,11 @@ build
|
|||
project.xcworkspace
|
||||
xcuserdata
|
||||
*.xuserstate
|
||||
|
||||
# MSVS specific
|
||||
*/Debug
|
||||
*.sdf
|
||||
*.sln
|
||||
*.v11*
|
||||
*.vcxproj*
|
||||
*.opensdf
|
||||
|
|
Loading…
Reference in a new issue