Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-06-13 16:15:09 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-13 16:15:09 +0300
commit22e17dd040dc91b7f2ab48b8614ed1ecac916932 (patch)
treed390ac44ab42b5103c6fc0d5fe7357b56d32ac87 /.gitignore
parent04f16bfcadfed4f9084a48898245063c3f94d389 (diff)
Generate the pyinstaller spec file
This will be generated if you do a conan install with devtools It assumes that the projects `cura-binary-data`, `fdm_materials`, `uranium`, `libcharon` are installed along side the `cura` project. It will automatically install the fdm_materials when running conan source. The pyinstall dist can be created with: ``` # Windows Powershell conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True conan source . .\venv\Scripts\Activate.ps1 pyinstaller Ultimaker-Cura.spec ``` ``` # bash conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True conan source . source venv\bin\activate pyinstaller Ultimaker-Cura.spec ``` Contributes to CURA-9365
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c1fd5477d9..3e3eadbc1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,4 +89,12 @@ CuraEngine
#Prevents import failures when plugin running tests
plugins/__init__.py
-/venv
+venv/
+build/
+dist/
+conaninfo.txt
+conan.lock
+conan_imports_manifest.txt
+conanbuildinfo.txt
+graph_info.json
+Ultimaker-Cura.spec