From 773dbcf1cc00ca45349786947915e802c3dd816a Mon Sep 17 00:00:00 2001 From: Toad King Date: Sat, 20 Jan 2018 13:01:34 -0600 Subject: [PATCH] small gitignore change --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5e3fc5eb04..79f00e9182 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,6 @@ retroarch.js retroarch.js.mem *.bc *.wasm + +# only ignore .js files in the repo root +/*.js