From f18a0d936faf50051cec5dbf05e4e136dbfa1a5b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 7 Jan 2019 03:53:09 +0000 Subject: [PATCH] gitignore cross objects and Makefile.tools. --- .gitignore | 3 +++ src/.gitignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7308a78b8..c5e7e1e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.com *.crf *.diff +*.dkp *.dll *.err *.exe @@ -16,11 +17,13 @@ *.lo *.map *.moc +*.nib *.o *.obj *.pdf *.pkd *.res +*.txe *~ .edwin-ffi /C-*/ diff --git a/src/.gitignore b/src/.gitignore index 9e148a359..4d0ab2e3f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,6 @@ # autocrud /Makefile +/Makefile.tools /config.log /config.status -- 2.25.1