From 054e40b727ec183c1b6b4a10d73ae2a549d3149c Mon Sep 17 00:00:00 2001 From: Tim Uy Date: Mon, 9 Nov 2015 17:12:46 -0800 Subject: [PATCH] Add .orig to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 30bc79ff..57dd831c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules test/instrumented/ -*.nupkg \ No newline at end of file +*.nupkg +*.orig \ No newline at end of file