From 3f738ca40a931a5b70070d82e4123239506e1ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 28 Jan 2015 15:33:23 +0000 Subject: [PATCH] Move some ignore patterns to subdirectories --- .gitignore | 2 -- include/.gitignore | 2 ++ library/.gitignore | 2 ++ programs/.gitignore | 3 +++ tests/.gitignore | 3 +++ 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b42ce61a4..7dfad2df8 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 f3c7a7c5d..feab4e235 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1 +1,3 @@ Makefile +*.sln +*.vcxproj diff --git a/library/.gitignore b/library/.gitignore index 872219be4..39d257a11 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 a47ef0662..ae8617f1c 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 6590f0fca..3c9b0cf25 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,6 @@ +*.sln +*.vcxproj + *.log /test_suite* data_files/mpi_write