0
mirror of https://github.com/torvalds/GuitarPedal.git synced 2026-09-04 00:12:37 +00:00
Files
Linus Torvalds 14eb6494a5 Add generated files and audio test files to gitignore file
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>
2026-09-03 12:22:44 -07:00
..