Add gitignores for msvs files
- Add MSVS related patterns to gitignore. - Removed encryption_modes.h from media_base.gyp. It doesn't exist. Change-Id: I44bc86ff7e79daf6f7bc61c21a558937530d8e66
This commit is contained in:
parent
af0904e428
commit
655fe7b699
|
@ -1,4 +1,8 @@
|
|||
*.pyc
|
||||
*.sln
|
||||
*.VC.db
|
||||
*.vcxproj*
|
||||
*/.vs/*
|
||||
*~
|
||||
.DS_store
|
||||
.cproject
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
'decrypt_config.h',
|
||||
'decryptor_source.cc',
|
||||
'decryptor_source.h',
|
||||
'encryption_modes.h',
|
||||
'fixed_key_source.cc',
|
||||
'fixed_key_source.h',
|
||||
'fourccs.h',
|
||||
|
|
Loading…
Reference in New Issue