From eae1b91fea74842000fc055afc74fe2e7934c6ee Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 9 May 2019 15:12:55 +0200 Subject: patch 8.1.1306: Borland support is outdated and doesn't work Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364) --- .hgignore | 8 -------- 1 file changed, 8 deletions(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 8b5c5eda2f..a48b3b9409 100644 --- a/.hgignore +++ b/.hgignore @@ -45,14 +45,6 @@ gvim.lib runtime/doc/uganda.nsis.txt nsis/icons/* -# Borland C++ -bcc.cfg -*.ilc -*.ild -*.ilf -*.ils -*.tds - # NetBeans nbproject/* -- cgit v1.2.3