From 568226e1ceb90abd58e46679ac6186c2071966dc Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 20 Aug 2013 15:03:11 -0700 Subject: [PATCH] Add top level out.txt to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 37b1e0a57..f6467a4ef 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ Debug/*.* Release/*.* # Ignore locally installed node_modules -node_modules +/node_modules # Ignore tmp directory. tmp @@ -67,3 +67,6 @@ My Amplifier XE Results - RippleD # KeyvaDB files *.key *.val + +# Compiler intermediate output +/out.txt