-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
76 lines (76 loc) · 1.56 KB
/
.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
66
67
68
69
70
71
72
73
74
75
76
dist/
doc/concepts/colors.rst
/private/*
GNU-Linux-x86
GNU_MacPorts-MacOSX
*.pyc
*.egg-info
!src/pythonKarabo/karabo/integration_tests/*/*.egg-info
*.profraw
*~
*.orig
*.log
/karabo
src/karabind/stubs/
package/
run/bin/allInfo
run/etc/*.log
run/packages/
run/servers/karaboHistory/*
run/servers/*/serverId.xml
run/servers/*/device-*.log*
run/servers/*/lastConfiguration.xml
run/servers/*/plugins
run/servers/dataLoggerManagerServer/loggermap.xml
run/servers/projectServer/projects/
src/karabo/tests/io/resources/*
src/karabo/util/repositoryVersion
src/pythonKarabo/build/
src/pythonKarabo/dist/
src/pythonKarabo/pythonTest.xml
src/pythonKarabo/karabo/_version.py
src/pythonGui/build/
src/pythonGui/dist/
_version.py
.*
build/python/*.exe
!.gitignore
*openMQLib.log.*
/ci/coverage/report/*.info
/ci/coverage/report/out/
/ci/coverage/report/????-??-??_????_unitTest
/ci/coverage/report/????-??-??_????_integrationTest
/ci/coverage/report/*.zip
/ci/coverage/pyReport/
junit*.xml
junitoutput.xml
# Conda stuff
/conda-recipes/*/environment.yml
/conda-recipes/*/meta.yaml
# CMake specific stuff
CMakeCache.txt
CMakeLists.txt.user
CMakeFiles
CMakeScripts
Testing
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
build_debug/
build_release/
build_codecoverage/
cmake-*
tmp\.*
extern/*-x86_64/
# File generated by libkarabo CMake Project during its configuration phase
src/cmake/resolve-karabo-lib-target.cmake
# Visual Studio Code settings
.vscode
# coverage
!.coveragerc
htmlcov/
coverage.xml
# Don't ignore linting and formatting config files
!.clang-format
!.clang-tidy