Fossil SCM
Recursively adding directories should respect ignore-glob
f270321c0f74b35…
· opened 15 years, 3 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- —
- Resolution
- Fixed
- Subsystem
- —
- Created
- Jan. 5, 2011 5:17 p.m.
If I set a pattern in my ignore-glob, and said files don't appear under "fossil extra", I would expect "fossil add " to not add those files. Yet it seems to do just that.
I'm trying to import a somewhat complex project into Fossil, and it places build artifacts in easily-determined locations (compiled .class files in subdirectories called "target", dependencies fetched by the build tool in directories appended with "_managed", etc.) I've successfully got "fossil extra" not listing these, but whenever I try recursively adding a subdirectory, these files are still listed as being added. I've had to wipe out my _FOSSIL file multiple times and re-add all the various files I've tried adding previously several times in order to not get build artifacts in the repository.
Seems that if I tell Fossil to ignore something, that it should automatically do so unless explicitly told to do otherwise. Thanks.