You've already forked torvalds-GuitarPedal
mirror of
https://github.com/torvalds/GuitarPedal.git
synced 2026-09-11 17:10:09 +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>
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
# What 'make enclosure' produces. The models themselves are the .py and
|
|
# the .scad beside them; these are build output and are scoped to this
|
|
# directory rather than ignored tree-wide, because Hardware/symbols/ is
|
|
# full of .step files that are checked in on purpose.
|
|
*.step
|
|
*.3mf
|
|
*.stl
|