From afef1efb91f8b844d359b9d5d987fe1760893c96 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 3 Jan 2012 17:36:16 -0500 Subject: [PATCH] Ignore .aps files that are autogenerated by Visual Studio from .rc files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c30c31be..ca54c950 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ install_manifest.txt build/ build-*/ +*.aps *.user *.suo *.sdf