From 4b6d045ce0b220347abf3dae245c7c1a4bbb4e8c Mon Sep 17 00:00:00 2001 From: Bernard Davison Date: Mon, 5 Mar 2012 15:10:15 +1100 Subject: [PATCH] Adding the tests/results directory to be ignored. We never want to commit anything from the tests/results/ directory. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3f7ec9f13a..484019004c 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,5 @@ sw/ground_segment/lpc21iap/lpc21iap.dSYM/Contents/Info.plist sw/ground_segment/lpc21iap/lpc21iap.dSYM/Contents/Resources/DWARF/lpc21iap + +tests/results/*