| Author | SHA1 | Date | |
|---|---|---|---|
|
974257eac0 |
|||
|
bf636f8b71 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
974257eac0 |
gitignore: Fix duplicates and typos
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m15s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m29s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m7s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m30s
CI / Packaging test (push) Successful in 0s
conf/templates/gitignore contains duplicates (local.mk) and typos (-test-out.txt). Fix them and run make gitignore again. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
bf636f8b71 |
topdir.mk: Add target gitignore
Add a target gitignore to topdir.mk, which blasts jw-pkg's default idea of how .gitignore should look like into $(TOPDIR)/.gitignore. It's not a prerequisite of any other target, because it's not meant to run automatically. The idea is to keep some central maintenance of what should be in there from jw-pkg's perspective, make it convenvient to update, but leave the final decision to the commiter of any project using the machinery. Signed-off-by: Jan Lindemann <jan@janware.com> |