-
-
Notifications
You must be signed in to change notification settings - Fork 185
/
.gitignore
65 lines (56 loc) · 893 Bytes
/
.gitignore
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# CMake
CMakeFiles/*
cmake_install.cmake
CMakeCache.txt
CPackSourceConfig.cmake
# CMake - Makefile generator
Makefile
# Build results
build
LC_MESSAGES
*.mo
*.qm
*.qmlc
*.qsb
resources/i18n/en_US
resources/i18n/x-test
resources/i18n/en_7S
.mypy_cache
.coverage*
htmlcov/
# JUnit
junit.xml
junit-pytest-*
# Different files
*.pyc
*kdev*
__pycache__
docs/html
*.lprof
*.log
*~
Uranium.e4p
_eric6project/Uranium.e4q
_eric6project/Uranium.e4t
.cache
*.kate-swp
*.bak
## Eclipse+PyDev incl. Mylyn
.project
.settings/org.eclipse.mylyn.tasks.ui.prefs
.pydevproject
## IntelliJ projects
.idea
#Test results.
tests/Settings/instances/machine_settings_with_overrides_test.cfg
tests/Settings/profiles/simple_machine_with_overrides_test.cfg
.pytest_cache/
#MacOS
.DS_Store
UM/.DS_Store
resources/.DS_Store
#Common plug-ins
plugins/UraniumExample*Plugin
/conanbuildinfo.txt
/graph_info.json
/venv/