Add test / check outputs to gitignore
Bug #1915816 reported by
Jason Boyer
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Evergreen |
Fix Released
|
Medium
|
Unassigned | ||
Bug Description
Affects all supported versions of Evergreen.
Having run make check a few times there are some things we should add to the project .gitignore:
Open-ILS/
Open-ILS/
Open-ILS/
Open-ILS/
Open-ILS/
And some build artifacts:
Open-ILS/
node-v12.
And then there's this guy:
Open-ILS/
Which according to node docs we should add to git and track like we do with the eg2 version.
Branch en route.
| Changed in evergreen: | |
| status: | Confirmed → Fix Committed |
| tags: | added: signedoff |
| Changed in evergreen: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Here's a branch with 2 commits: https:/ /git.evergreen- ils.org/ ?p=working/ Evergreen. git;a=shortlog; h=refs/ heads/user/ jboyer/ lp1915816_ more_ignore / working/ user/jboyer/ lp1915816_ more_ignore
The first adds the test outputs and so on mentioned above, while the tip removes a few things that we don't appear to be capable of generating anymore anyway. I'm less concerned about that.