From 68ecc270f7c68413d4431818bf0fa6d18f39249a Mon Sep 17 00:00:00 2001 From: Sasa Ivetic Date: Wed, 5 Oct 2011 11:20:58 -0500 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