Ignore CMake/MSVC-related build files.

This commit is contained in:
Matyas Dolak 2015-01-27 15:49:19 +01:00 committed by Manuel Pégourié-Gonnard
parent f3046efb24
commit 72f42d7a52

14
.gitignore vendored
View File

@ -7,3 +7,17 @@ Coverage
*.gcno
*.gcda
library/polarssl.info
# MSVC files generated by CMake:
*.sln
*.vcxproj
*.filters
# MSVC build artifacts:
*.exe
*.pdb
*.ilk
*.lib
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
*.dir/