From 2bf1920ce2861ed48dd1b3ebef7cace65fe5f92d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 25 Feb 2017 15:15:35 -0700 Subject: MAINT: Remove numpy-macosx-installer and win32build directories. The scripts in those directories were used to build windows superpacks and mac dmg files. We now release wheels for both of those platforms. There is little overhead maintaining these scripts, but they are clutter and will eventually bit rot if not used for current systems. So remove them. --- .gitattributes | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 6e1de1b3d..dad6dde37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,3 @@ -# Line endings for Windows scripts -* text=auto -tools/win32build/nsis_scripts/*.nsi.in eol=crlf - # Numerical data files numpy/lib/tests/data/*.npy binary -- cgit v1.2.1