You've already forked torvalds-GuitarPedal
mirror of
https://github.com/torvalds/GuitarPedal.git
synced 2026-09-04 00:12:37 +00:00
This adds various 3D formats and things like the generated browser interface files or python cache directories to the gitignore list. The patterns are scoped where a tree-wide wildcard would have caught files that belong in the tree: the 3D formats go in Hardware/Models/.gitignore, because Hardware/symbols/ is full of .step component models that are checked in on purpose, and the html pattern is anchored to the root so WebMIDI/index.html and anything joining it stay addable. Note that you can always explicitly add files with these patterns if required, but they are ignored by default. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>