From e9ca8a22665d796ea372b471a0ee6f2d5e2fc993 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 17 Sep 2022 15:46:11 +0200 Subject: [PATCH] correct ignore for compiledprefix --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62ded22..fe3ff67 100644 --- a/.gitignore +++ b/.gitignore @@ -114,10 +114,10 @@ dmypy.json # Pyre type checker .pyre/ -#build an makefile +#build and makefile *.bin *.build build buildnsmdata Makefile -engine/compiledprefix.py +*compiledprefix.py