mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
New XS framework for C and C++ code
This commit is contained in:
parent
c88d8a5842
commit
9d27b5e4a7
18 changed files with 7889 additions and 0 deletions
15
xs/MANIFEST.SKIP.bak
Normal file
15
xs/MANIFEST.SKIP.bak
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!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\.\_]+
|
Loading…
Add table
Add a link
Reference in a new issue