Ignore files generated by MSVC

This commit is contained in:
Martin Storsjö 2014-06-29 13:09:39 +03:00
parent d8e78fee09
commit 83d7c3547c
3 changed files with 25 additions and 0 deletions

8
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Object files
*.o
*.obj
codec/obj
# Dependency files
*.d
@ -26,6 +27,13 @@ h264dec
h264enc
codec_unittest
# Other files generated by the MSVC compiler
*.exp
*.pdb
# Executables built by the MSVC project files
bin
# External source
gtest
gmp-api

12
codec/build/win32/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# Files generated by Visual Studio 2008
*.user
*.ncb
*.suo
# Files generated by upgrading the project files
*.vcxproj*
Backup
UpgradeLog.htm
# Files generated by Visual Studio 2012
*.sdf

View File

@ -0,0 +1,5 @@
# Files generated by Visual Studio 2008
*.user
# Files generated by upgrading the project files
*.vcxproj*