From 09361b56fd643e1af8a755b136a75b292f396072 Mon Sep 17 00:00:00 2001 From: henric Date: Sun, 24 Apr 2016 13:52:49 -0700 Subject: [PATCH] Ignore Visual Studio .vcxproj.user files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7f6c42bbf..6c2b9cda6 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ mac/tests/ *.opensdf # unsure about the .sal files. Disable for now. *.sal +*.vcxproj.user # Precompiled Headers *.gch