I have a directory named "Build" (from Carthage) which appears to be ignored by Git. I really do not want it to. I tried to add one file in the directory individually, it said:
The following paths are ignored by one of your .gitignore files:
platforms/ios/Carthage/Build/iOS/Zip.framework/Zip
Use -f if you really want to add them.
But I checked my .gitignore it does not seem to do have such a rule.
What exactly has happened?
EDIT:
This is my gitignore:
*.swp
tags
.DS_Store
*.xcuserstate
project.xcworkspace/
xcuserdata/
*.espressostorage
Makefile