From a9ce528744b677932fe1c538c6389087ee37022d Mon Sep 17 00:00:00 2001 From: Sasa Ivetic Date: Thu, 6 Oct 2011 00:20:58 +0800 Subject: [PATCH] Added Visual Studio/.stxxl/lib files to ignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 45a48de34..2da9a1093 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ SconsBuilder* # stxxl related files # ####################### +.stxxl stxxl.log stxxl.errlog @@ -55,3 +56,17 @@ stxxl.errlog ######################### DataStructures/pbf-proto/*.pb.h DataStructures/pbf-proto/*.pb.cc + +# External Libs # +################# +lib/ + +# Visual Studio Temp + build Files # +#################################### +vcprojects/*.user +vcprojects/*.ncb +vcprojects/*.suo +vcprojects/Debug/ +vcprojects/Release/ +bin/ +bin-debug/ \ No newline at end of file