mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Structure gitignore
This commit is contained in:
parent
cde23edfed
commit
4548c38af6
1 changed files with 13 additions and 9 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,13 +1,17 @@
|
|||
*.pyc
|
||||
*kdev*
|
||||
*.kate-swp
|
||||
__pycache__
|
||||
docs/html
|
||||
*.lprof
|
||||
*.log
|
||||
*~
|
||||
# Compiled and generated things.
|
||||
build
|
||||
*.qm
|
||||
*.pyc
|
||||
__pycache__
|
||||
*.mo
|
||||
docs/html
|
||||
*.log
|
||||
resources/i18n/en
|
||||
resources/i18n/x-test
|
||||
|
||||
# Editors and IDEs.
|
||||
*kdev*
|
||||
*.kate-swp
|
||||
*.lprof
|
||||
*~
|
||||
*.qm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue