From 248db4f3f76962981abdebdec2bd08288e5d3bc5 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Thu, 28 Jun 2012 13:04:41 -0400 Subject: [PATCH] ignore more VS2010 build files in .gitignore --- .gitignore | 9 +++++++-- .gitignore.bak | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3529ad9..4d635af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ - +#ignore backup copies +*~ +*.swp #ignore thumbnails created by windows Thumbs.db #Ignore files build by Visual Studio @@ -26,4 +28,7 @@ Thumbs.db obj/ [Rr]elease*/ _ReSharper*/ -[Tt]est[Rr]esult* \ No newline at end of file +[Tt]est[Rr]esult* +*.sdf +*.opensdf +ipch/ diff --git a/.gitignore.bak b/.gitignore.bak index 3529ad9..4d635af 100644 --- a/.gitignore.bak +++ b/.gitignore.bak @@ -1,4 +1,6 @@ - +#ignore backup copies +*~ +*.swp #ignore thumbnails created by windows Thumbs.db #Ignore files build by Visual Studio @@ -26,4 +28,7 @@ Thumbs.db obj/ [Rr]elease*/ _ReSharper*/ -[Tt]est[Rr]esult* \ No newline at end of file +[Tt]est[Rr]esult* +*.sdf +*.opensdf +ipch/