All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Fix .gitignore in CANONICAL_O breaking Python packages
@ 2024-07-24 21:23 Brandon Maier via buildroot
  2024-07-24 21:23 ` [Buildroot] [PATCH 1/2] Revert "Create a .gitignore file in the CANONICAL_O directory" Brandon Maier via buildroot
  2024-07-24 21:23 ` [Buildroot] [PATCH 2/2] gitignore: ignore multiple output directories Brandon Maier via buildroot
  0 siblings, 2 replies; 10+ messages in thread
From: Brandon Maier via buildroot @ 2024-07-24 21:23 UTC (permalink / raw)
  To: buildroot
  Cc: Bryan Brattlof, Brandon Maier, Marcus Hoffmann, Thomas Petazzoni,
	Romain Naour, Yann E. MORIN

I attempted to make the existing gitignore logic work with the
python-jsonschema-specifications, but I haven't found a method that
works.

To unbreak the package, revert the gitignore change. I included a second
patch that just ignores all directories that match 'output*', as this at
least allows for multiple output directories but didn't break
python-jsonschema-specifications.

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
Brandon Maier (2):
      Revert "Create a .gitignore file in the CANONICAL_O directory"
      gitignore: ignore multiple output directories

 .gitignore | 1 +
 Makefile   | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)
---
base-commit: 8ce17e304b02c6969e4fd51f0bde97798d49eb3b
change-id: 20240724-revert-output-gitignore-38e543e10cd6

Best regards,
-- 
Brandon Maier <brandon.maier@collins.com>

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-07-26  9:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24 21:23 [Buildroot] [PATCH 0/2] Fix .gitignore in CANONICAL_O breaking Python packages Brandon Maier via buildroot
2024-07-24 21:23 ` [Buildroot] [PATCH 1/2] Revert "Create a .gitignore file in the CANONICAL_O directory" Brandon Maier via buildroot
2024-07-25  5:51   ` Thomas Petazzoni via buildroot
2024-07-25  6:04     ` James Hilliard
2024-07-25 15:01       ` Brandon Maier via buildroot
2024-07-25 15:17         ` James Hilliard
2024-07-25 19:34     ` Brandon Maier via buildroot
2024-07-26  9:25       ` James Hilliard
2024-07-26  7:33   ` Thomas Petazzoni via buildroot
2024-07-24 21:23 ` [Buildroot] [PATCH 2/2] gitignore: ignore multiple output directories Brandon Maier via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.