File: .gitignore

package info (click to toggle)
uranium 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,304 kB
  • sloc: python: 31,765; sh: 132; makefile: 12
file content (61 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
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
# 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

## 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