From fc0687d77aa00051cf2606b74c886f3141736ad7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 25 Jan 2021 10:20:56 -0500 Subject: Attempt to fix failing build. The build is failing for macOS with 'textadept.icns' not found. `git archive` may be reading from *.gitignore*. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf203c8b..fe908599 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ src/*.o src/*.tar.gz src/*.tgz src/*.zip -textadept* # Lexers. lexers/ -- cgit v1.2.3