From 0375c5a4ab07bba196016b6c81ed24aefb704000 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Mon, 23 Nov 2015 10:40:38 +0200 Subject: [PATCH] Ignore .test files generated by some editors Seems like Emacs is generating .test files when saving _test.go files - we don't need these in the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5a230d5ca..b559977b6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ website/node_modules *~ .*.swp .idea +*.test