From 2604aae96c7e9a1f553ead086f4d97866ecb443a Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Tue, 5 Nov 2019 08:35:18 -0800 Subject: [PATCH 1/1] gitignore DS_Store and pforth.dic --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a20f893..c526f1b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ build/win32/**/.vs build/win32/**/Debug build/win32/**/Release fth/fatest1.txt +fth/pforth.dic +**/.DS_Store + -- 2.20.1