diff --git a/.gitignore b/.gitignore index b42ce61a46..7dfad2df8f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,6 @@ Coverage library/polarssl.info # MSVC files generated by CMake: -*.sln -*.vcxproj *.filters # MSVC build artifacts: diff --git a/include/.gitignore b/include/.gitignore index f3c7a7c5da..feab4e235c 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1 +1,3 @@ Makefile +*.sln +*.vcxproj diff --git a/library/.gitignore b/library/.gitignore index 872219be41..39d257a119 100644 --- a/library/.gitignore +++ b/library/.gitignore @@ -1,3 +1,5 @@ *.o libpolarssl* libmbedtls.* +*.sln +*.vcxproj diff --git a/programs/.gitignore b/programs/.gitignore index a47ef0662d..ae8617f1ce 100644 --- a/programs/.gitignore +++ b/programs/.gitignore @@ -1,4 +1,7 @@ */Makefile +*.sln +*.vcxproj + aes/aescrypt2 aes/crypt_and_hash hash/generic_sum diff --git a/tests/.gitignore b/tests/.gitignore index 6590f0fcab..3c9b0cf251 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,6 @@ +*.sln +*.vcxproj + *.log /test_suite* data_files/mpi_write