From ba5c96be22884af4708cb7d44cbe437c0439497f Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Sat, 5 May 2012 12:33:05 -0400 Subject: [PATCH] add exclusions of output packaging dirs to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 04bd4af0..6c5b71be 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,10 @@ TIBCO.EMS.* #Documentation output doc/reference/target/ +#Packaging Output +packages/ +nuget-packages/ + #Build log and other log files buildlog.txt log.txt*