mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-09 06:47:55 -06:00
Add gitignore, README, LICENSE and CMakeLists files
This commit is contained in:
parent
2e96ac1e91
commit
92afe31e37
4 changed files with 688 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
*.pyc
|
||||
*kdev*
|
||||
__pycache__
|
||||
docs/html
|
||||
*.lprof
|
||||
*.log
|
||||
*~
|
||||
build
|
||||
*.qm
|
||||
*.mo
|
||||
resources/i18n/en
|
||||
resources/i18n/x-test
|
Loading…
Add table
Add a link
Reference in a new issue