[CDRIVER-2662] Clean up .gitignore following libmongoc sub-project move Created: 22/May/18 Updated: 28/Oct/23 Resolved: 07/Jun/18 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | Build |
| Affects Version/s: | 1.10.0 |
| Fix Version/s: | 1.10.2 |
| Type: | Task | Priority: | Minor - P4 |
| Reporter: | Jeremy Mikola | Assignee: | A. Jesse Jiryu Davis |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
Following work in I ran into an issue where old build artifacts such as test-libmongoc were left around in the repository root despite the most recently built binaries appearing in /src/libmongoc/. Note: It's possible that could have been avoided by using a shadow build directory; however, the Building from Git documentation did not appear to work correctly on my system as the Makefile was still produced in the repository root. (From Jesse): The top-level .gitignore also ignores some files that never exist, e.g. we no longer build programs named "repltest1" or "test-mongoc-database". I think those are left over from an ancient implementation of the test suite. |
| Comments |
| Comment by Githook User [ 07/Jun/18 ] |
|
Author: {'username': 'ajdavis', 'name': 'A. Jesse Jiryu Davis', 'email': 'jesse@mongodb.com'}Message: |
| Comment by Githook User [ 07/Jun/18 ] |
|
Author: {'username': 'ajdavis', 'name': 'A. Jesse Jiryu Davis', 'email': 'jesse@mongodb.com'}Message: |