Few more patterns for .gitignore #2

Open
opened 2026-02-05 20:16:49 +01:00 by mcepl · 0 comments
  • *.orig and *.rej (when applying patches)
  • *-build … this is actually more complicated, I don’t how quilt setup (or whomever) generates, but this pattern could be python313-*-build/ for a Python interpreter, lua*-cjson-*-build for Lua packages, or something else for others.
* `*.orig` and `*.rej` (when applying patches) * `*-build` … this is actually more complicated, I don’t how `quilt setup` (or whomever) generates, but this pattern could be `python313-*-build/` for a Python interpreter, `lua*-cjson-*-build` for Lua packages, or something else for others.
Sign in to join this conversation.