From: David G. <dga...@gm...> - 2018-02-09 08:56:56
|
Hi! I got this answer while entering this git command: $ git add usb/src.km/global.h usb/src.km/hub.c usb/src.km/ucd/unicorn/sl811-hcd.c usb/src.km/udd/storage/usb_storage.c usb/src.km/usb.c 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, I don't have any other .gitignore in the repository beside the one at the root directory, and any .gitignore_global either at my local home directory. Using the "-f" option as suggested let me add the files but I find the behavior strange. |