[Vm-dev] /image/ .gitignore

Ben Coman btc at openinworld.com
Thu Jun 1 03:18:08 UTC 2017


Minor tuning of the .gitignore file...
I wonder if rather than all these special cases we don't want...
/image/*.sum
/image/*.tgz
/image/coglinux*
/image/cogwin
/image/Cog.app
/image/cogspurlinux*
/image/sqlinux*
/image/cogspurwin
/image/CogSpur.app
/image/Squeak.*app
/image/Squeak-*-All-in-One.*
/image/SqueakDebug.log
/image/Squeak3D.log
/image/__MACOSX
/image/crash.dmp
/image/package-cache
/image/prefs
/image/special-dirs
/image/*.zip
/image/.*history

this could be streamlined by concentrating on the files we do want...
/image/*
!/image/*.sh
!/image/*.st
!/image/*.text
!/image/README

which seems to cover it from reviewing what is left over...
$ cd image && ls -F | grep -vE '.sh\*$|.st$|.text$|README'

Any objections?

cheers -ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170601/a81c1934/attachment.html>


More information about the Vm-dev mailing list