From: David G. <dga...@gm...> - 2018-02-09 10:12:57
|
Hi Miro 2018-02-09 10:22 GMT+01:00 Miro Kropáček <mir...@gm...>: > Hi David, > >> The following paths are ignored by one of your .gitignore files: >> sys/usb/src.km/ucd >> sys/usb/src.km/udd >> Use -f if you really want to add them. >> fatal: no files added >> >> I don't see those paths in .gitignore > > Actually this is a bug introduced by git migration. The issue here is this > entry in .gitignore: > > *.km > > The intention is clear, it is supposed to ignore xaaes*.km files. Too bad it > ignores also *.km directories. :) > > I've pushed the fix, thanks for spotting this! > Remember that we have also usb*.km modules |