[Vm-dev] why are plugins.int and plugins.ext in .gitignore?

Eliot Miranda eliot.miranda at gmail.com
Wed Sep 7 08:03:27 UTC 2016


McStalker.oscogvm$ git add build.macos32x86/pharo.stack.spur/*
The following paths are ignored by one of your .gitignore files:
build.macos32x86/pharo.stack.spur/Makefile
build.macos32x86/pharo.stack.spur/plugins.ext
build.macos32x86/pharo.stack.spur/plugins.int
Use -f if you really want to add them.
fatal: no files added
McStalker.oscogvm$ vi .gitignore
McStalker.oscogvm$ git add -f build.macos32x86/pharo.stack.spur/*

plugins.int and plugins.ext are important; they specify the set of plains
to be built.  They should not be in .gitignore.  Why are they there?
_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20160907/1000e3dd/attachment.htm


More information about the Vm-dev mailing list