From 340714635acdfb9651a39fb633f3b40c976eda45 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 14 Dec 2017 16:55:22 -0800 Subject: [PATCH] Updated gitignore to use .compiled.nom --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5127086..6be9e54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -*.nom.lua -*/*.nom.lua +*.compiled.nom +*/*.compiled.nom