From f6e49a11c8cd5087ebb643dee537b0208b4195bf Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 18 Apr 2019 17:45:11 -0700 Subject: [PATCH] .gitignore: add .vs rule --- build/VStudio/.gitignore | 1 + tst/airfs/.gitignore | 1 + tst/passthrough-cpp/.gitignore | 1 + tst/passthrough-dotnet/.gitignore | 1 + tst/passthrough-fuse/.gitignore | 1 + tst/passthrough-fuse3/.gitignore | 1 + tst/passthrough/.gitignore | 1 + 7 files changed, 7 insertions(+) diff --git a/build/VStudio/.gitignore b/build/VStudio/.gitignore index 27ac44c6..b38c7927 100644 --- a/build/VStudio/.gitignore +++ b/build/VStudio/.gitignore @@ -6,3 +6,4 @@ build *.csproj.user *.VC.db *.VC.opendb +.vs diff --git a/tst/airfs/.gitignore b/tst/airfs/.gitignore index 1f886c5e..1f4596af 100644 --- a/tst/airfs/.gitignore +++ b/tst/airfs/.gitignore @@ -5,3 +5,4 @@ build *.vcxproj.user *.VC.db *.VC.opendb +.vs diff --git a/tst/passthrough-cpp/.gitignore b/tst/passthrough-cpp/.gitignore index 1f886c5e..1f4596af 100644 --- a/tst/passthrough-cpp/.gitignore +++ b/tst/passthrough-cpp/.gitignore @@ -5,3 +5,4 @@ build *.vcxproj.user *.VC.db *.VC.opendb +.vs diff --git a/tst/passthrough-dotnet/.gitignore b/tst/passthrough-dotnet/.gitignore index 27ac44c6..b38c7927 100644 --- a/tst/passthrough-dotnet/.gitignore +++ b/tst/passthrough-dotnet/.gitignore @@ -6,3 +6,4 @@ build *.csproj.user *.VC.db *.VC.opendb +.vs diff --git a/tst/passthrough-fuse/.gitignore b/tst/passthrough-fuse/.gitignore index d4dc5ecd..a7872d37 100644 --- a/tst/passthrough-fuse/.gitignore +++ b/tst/passthrough-fuse/.gitignore @@ -5,5 +5,6 @@ build *.vcxproj.user *.VC.db *.VC.opendb +.vs *.exe *.install diff --git a/tst/passthrough-fuse3/.gitignore b/tst/passthrough-fuse3/.gitignore index d4dc5ecd..a7872d37 100644 --- a/tst/passthrough-fuse3/.gitignore +++ b/tst/passthrough-fuse3/.gitignore @@ -5,5 +5,6 @@ build *.vcxproj.user *.VC.db *.VC.opendb +.vs *.exe *.install diff --git a/tst/passthrough/.gitignore b/tst/passthrough/.gitignore index 1f886c5e..1f4596af 100644 --- a/tst/passthrough/.gitignore +++ b/tst/passthrough/.gitignore @@ -5,3 +5,4 @@ build *.vcxproj.user *.VC.db *.VC.opendb +.vs