mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-29 23:55:10 +08:00
16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
#!include_default
|
|
# Avoid configuration metadata file
|
|
^MYMETA\.
|
|
|
|
# Avoid Module::Build generated and utility files.
|
|
\bBuild$
|
|
\bBuild.bat$
|
|
\b_build
|
|
\bBuild.COM$
|
|
\bBUILD.COM$
|
|
\bbuild.com$
|
|
^MANIFEST\.SKIP
|
|
|
|
# Avoid archives of this distribution
|
|
\bSlic3r-XS-[\d\.\_]+
|