commit | 72f42d7a5278437b7bd6c422402c7d55c2b58a9c | [log] [tgz] |
---|---|---|
author | Matyas Dolak <dolak@eset.cz> | Tue Jan 27 15:49:19 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jan 28 15:29:52 2015 +0000 |
tree | 24bb8c48109b748fa7e8f7cf428fc61a6ee366ca | |
parent | f3046efb2475c86485ff919794c2b1bf6a517112 [diff] |
Ignore CMake/MSVC-related build files.
diff --git a/.gitignore b/.gitignore index fdd50b2..b42ce61 100644 --- a/.gitignore +++ b/.gitignore
@@ -7,3 +7,17 @@ *.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/