From 55295c8554224812eab659016a3bf2eb0504b581 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 20 Jan 2016 15:01:58 -0600 Subject: [PATCH] Updating .gitignore file to ignore: - opendb files created by Visual C++ - *.nuget.targets files created by NuGet --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index aaec90d9dc7f..4fa2d82d726d 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ _Chutzpah* ipch/ *.aps *.ncb +*.opendb *.opensdf *.sdf *.cachefile @@ -140,6 +141,7 @@ publish/ # NuGet Packages *.nuget.props +*.nuget.targets *.nupkg **/packages/*