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

.gitignore - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0abf452b9a591cea0040622a96e18b21b07bb1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Compiled and generated things.
build
*.pyc
__pycache__
*.mo
docs/html
*.log
resources/i18n/en
resources/i18n/x-test
resources/firmware
LC_MESSAGES

# Editors and IDEs.
*kdev*
*.kate-swp
*.lprof
*~
*.qm
.idea

# Eclipse+PyDev
.project
.pydevproject
.settings

# Debian packaging
debian*