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:
Rintaro Kuroiwa 2016-12-19 12:18:14 -08:00
parent af0904e428
commit 655fe7b699
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
*.pyc
*.sln
*.VC.db
*.vcxproj*
*/.vs/*
*~
.DS_store
.cproject

View File

@ -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',