# ignore symbolic links
#######################
doc
examples/images
/license
source/flexlm-*

# ignore git-specifics
#################################
.gitignore.local
# git lfs  adds a hook. Since the hook directory is symlinked into the
# repository, that hook will appear there. Ignore it.
tools/git_tools/hooks/pre-push
tools/git_tools/hooks/post-checkout

# user specific visual studio project settings
#############################################
*.vcxproj.user
~AutoRecover*
tools/project_files/vs2015/halcon/x64
tools/project_files/vs2015/halcon/x86
tools/project_files/vs2015/halcon/hlib/x64
tools/project_files/vs2015/halcon/hlib/x86
tools/project_files/vs2015/halcon/hlib_unittests/x64
tools/project_files/vs2015/halcon/hlib_unittests/x86
.vscode/

# Files generated by Visual Studio "Open Folder"
.vs/
**/obj/Release
**/obj/Debug
**/obj/x86/Release
**/obj/x86/Debug
**/obj/x64/Release
**/obj/x64/Debug
CMakeSettings.json

# user specific xcode project settings
tools/project_files/xcode7/halcon/halcon.xcodeproj/project.xcworkspace/xcuserdata/
tools/project_files/xcode7/halcon/halcon.xcodeproj/xcuserdata/

# user specific general project settings
.ycm_extra_conf.py*
compile_commands.json
find_all_symbols_db.yaml
.vimrc
cscope.out
.idea/

# Do not ignore the tools/doc directory
!/tools/doc

# ignore build output directories
#########################
/build*
/examples/**/build/
sup_files
*~
.nfs*
/doc_internal/
source/TOOLS/create_help_index/x64-linux-gcc.mak
source/TOOLS/create_help_index/x64-linux-icc.mak
source/TOOLS/hdevelopqt/.qmake.stash

# in general no object and pdb files in git
#################################
*.obj
*.o
*.pdb

# ignore Python compiled bytecode
*.pyc

# ignore the ._* files dumped everywhere by the macOS Finder
._*

# ignore coverage output directories
#########################
source/hlib_unittests/coverage
source/makedir/CODE_COVERAGE.HTML
source/makedir/CodeCoverage/*

Manuals/internal/core_function_list.h
Manuals/internal/file_list.c

# ignore directories containing the results of 3rd party library compilation
#############################################################################
x64-win64-icl8/
x64-win64-icl10/
x64-win64-icl11/
x64-win64-icl12/
x64-win64-cl8/
x64-win64-cl10/
x64-win64-cl11/
x64-win64-cl12/
#
x86sse2-win32-icl8/
x86sse2-win32-icl10/
x86sse2-win32-icl11/
x86sse2-win32-icl12/
x86sse2-win32-cl8/
x86sse2-win32-cl10/
x86sse2-win32-cl11/
x86sse2-win32-cl12/
#
x64-linux2.4-gcc40-icc/
x64-linux2.4-gcc41-icc/
x64-linux2.4-gcc42-icc/
x64-linux2.4-gcc43-icc/
x64-linux2.4-gcc44-icc/
x64-linux2.4-gcc45-icc/
x64-linux2.4-gcc46-icc/
x64-linux2.4-gcc47-icc/
x64-linux2.4-gcc48-icc/
x64-linux2.4-gcc49-icc/
x64-linux2.4-gcc5-icc/
x64-linux2.4-gcc6-icc/
x64-linux2.4-gcc7-icc/
x64-linux2.4-gcc40-gcc/
x64-linux2.4-gcc41-gcc/
x64-linux2.4-gcc42-gcc/
x64-linux2.4-gcc43-gcc/
x64-linux2.4-gcc44-gcc/
x64-linux2.4-gcc45-gcc/
x64-linux2.4-gcc46-gcc/
x64-linux2.4-gcc47-gcc/
x64-linux2.4-gcc48-gcc/
x64-linux2.4-gcc49-gcc/
x64-linux2.4-gcc5-gcc/
x64-linux2.4-gcc6-gcc/
x64-linux2.4-gcc7-gcc/
#
x64-linux/
x64-linux-icc/
x64-linux-gcc43-icc/
x64-linux-gcc44-icc/
x64-linux-gcc45-icc/
x64-linux-gcc46-icc/
x64-linux-gcc47-icc/
x64-linux-gcc48-icc/
x64-linux-gcc49-icc/
x64-linux-gcc5-icc/
x64-linux-gcc6-icc/
x64-linux-gcc7-icc/
x64-linux-gcc/
x64-linux-gcc43-gcc/
x64-linux-gcc44-gcc/
x64-linux-gcc45-gcc/
x64-linux-gcc46-gcc/
x64-linux-gcc47-gcc/
x64-linux-gcc48-gcc/
x64-linux-gcc49-gcc/
x64-linux-gcc5-gcc/
x64-linux-gcc6-gcc/
x64-linux-gcc7-gcc/
#
x86sse2-linux2.4-gcc40-icc/
x86sse2-linux2.4-gcc41-icc/
x86sse2-linux2.4-gcc42-icc/
x86sse2-linux2.4-gcc43-icc/
x86sse2-linux2.4-gcc44-icc/
x86sse2-linux2.4-gcc45-icc/
x86sse2-linux2.4-gcc46-icc/
x86sse2-linux2.4-gcc47-icc/
x86sse2-linux2.4-gcc48-icc/
x86sse2-linux2.4-gcc49-icc/
x86sse2-linux2.4-gcc5-icc/
x86sse2-linux2.4-gcc6-icc/
x86sse2-linux2.4-gcc7-icc/
x86sse2-linux2.4-gcc40-gcc/
x86sse2-linux2.4-gcc41-gcc/
x86sse2-linux2.4-gcc42-gcc/
x86sse2-linux2.4-gcc43-gcc/
x86sse2-linux2.4-gcc44-gcc/
x86sse2-linux2.4-gcc45-gcc/
x86sse2-linux2.4-gcc46-gcc/
x86sse2-linux2.4-gcc47-gcc/
x86sse2-linux2.4-gcc48-gcc/
x86sse2-linux2.4-gcc49-gcc/
x86sse2-linux2.4-gcc5-gcc/
x86sse2-linux2.4-gcc6-gcc/
x86sse2-linux2.4-gcc7-gcc/
#
x64-macosx-icc/
x64-macosx-gcc/
#
x64-linux-clang38/
x64-linux-clang38-clang/
#
aarch64-*/
armv7a*/

source/TOOLS/hdevelopqt/resources/text/*.qm
source/TOOLS/hdevelopqt/generated*
source/TOOLS/hdevelopqt/*.mak
/projects/

# Ignore data generated by the example programs
examples/**/*.gmc
examples/**/*.omc
examples/**/*.trf
*.suo
*.ncb
*.vcproj.MVTEC-NET.*.user
*.csproj.user
*.AssemblyAttributes.cs
*.AssemblyReference.cache

# Ignore generated in examples
examples/extension_package/halconuser/help/
examples/extension_package/halconuser/include/
examples/extension_package/halconuser/source/HCPPhalconuser.cpp
examples/extension_package/halconuser/source/HChalconuser.c
examples/extension_package/halconuser/source/Hhalconuser.c
examples/extension_package/useropencl/include/HCPPuseropencl.h
examples/extension_package/useropencl/include/HCuseropencl.h
examples/extension_package/useropencl/source/com
examples/extension_package/useropencl/source/HDOTNETuseropencl.cs
examples/extension_package/useropencl/source/HCPPuseropencl.cpp
examples/extension_package/useropencl/source/HCuseropencl.c
examples/extension_package/useropencl/source/Huseropencl.c
examples/hdevelop/Identification/Bar-Code/bar_code_model.bcm
examples/internal/benchmark_brochure/benchmark_brochure.c
examples/internal/benchmark_brochure/benchmark_brochure_cpp.cpp
examples/*/*/vs20*/*/Debug/
examples/*/*/vs20*/*/x64/
examples/*/*/vs20*/Debug/
examples/*/*/vs20*/x64/
examples/*/vs20*/Debug/
examples/*/vs20*/x64/
examples/codelets/just_for_doc/generated
examples/solution_guide/classification/classify_characters_ocr_cnn.hdev
examples/hdevelop/Deep-Learning/Classification/classify_pill_defects_data
examples/hdevelop/Deep-Learning/Detection/detect_pills_data
examples/hdevelop/Deep-Learning/Segmentation/segment_pill_defects_data

# Ignore Android Studio example files
########################################
*.apk
*.ap_
*.aab
*.dex
*.class
*.iml
.DS_Store
examples/embedded/android/*/app/captures/
examples/embedded/android/*/app/.externalNativeBuild/
examples/embedded/android/*/app/build/
examples/embedded/android/*/local.properties
examples/embedded/android/*/.gradle/
examples/embedded/android/*/.idea/

# Ignore log files generated by hdev_reset_free_text
log_hdev_reset_free_text_*


# ignore generated documentation files
# (should be empty once we fix the docu build)
######################################
help/
examples/solution_guide/1d_measuring/just_for_doc/profiles
examples/solution_guide/1d_measuring/just_for_doc/sg_images
!/Manuals/users_guides/hdevelop_users_guide/imagescvs/figures/
!/Manuals/users_guides/hdevelop_users_guide/imagescvs/bitmaps/

# ignore output from datacode benchmark
tests/halconlib/Identification/Data-Code/dc_benchmark/results/
tests/halconlib/Identification/Data-Code/autotest_timeout_latency/results/timeouterrors.log

# ignore autotest exported examples
######################################
tests/autotest/exported_examples/*
tests/autotest/input_data/
tests/autotest/last_log_dir
tests/autotest/results
tests/autotest/*.csv
tests/halconlib/Identification/Bar-Code/autotest_barcodes/results/barcode_autotests_x64-linux2.4-gcc42_byte_ver12.0.0.csv
tests/halconlib/Identification/Bar-Code/bar_code_model.bcm
tests/halconlib/Identification/Bar-Code/serialized_bar_code_model.bin
tests/halconcpp/exception/exception
tests/halconcpp/exception/operator_exception
tests/halconcpp/exception/*.exe
tests/halconcpp/exception/*.ilk
tests/halconcpp/oo/iconic_class
tests/halconcpp/oo/iconic_state
tests/halconcpp/oo/tool_handles
tests/halconcpp/oo/*.exe
tests/halconcpp/oo/*.ilk
tests/halconcpp/preproc/define_hcpp_no_overload_tuple_operators
tests/halconcpp/preproc/define_hcpp_no_use_iostream
tests/halconcpp/preproc/define_legacy
tests/halconcpp/preproc/*.exe
tests/halconcpp/preproc/*.ilk
tests/halconcpp/serialization/serialize
tests/halconcpp/serialization/*.exe
tests/halconcpp/serialization/*.ilk
tests/halconcpp/tuple/cast
tests/halconcpp/tuple/continue
tests/halconcpp/tuple/do_not_overwrite_tuple_with_next_operator_output
tests/halconcpp/tuple/operator_overloads
tests/halconcpp/tuple/singlevalued
tests/halconcpp/tuple/tuple2arr
tests/halconcpp/tuple/*.exe
tests/halconcpp/tuple/*.ilk
tests/hdevelop/Export/hdevelop_extra/header_version.c
tests/hdevelop/Export/hdevelop_extra/header_version.cpp
tests/hdevelop/Export/hdevelop_extra/header_version.cs
tests/hdevelop/Export/hdevelop_extra/header_version.txt
tests/hdevelop/Export/hdevelop_extra/header_version.vb
tests/hvariableinspect/*/Debug
tests/hvariableinspect/*/x64/

# ignore automatically generated tags
######################################
tags

# additional excludes of generated data
######################################
examples/solution_guide/basics/green-dot.shm
source/lib*/armv7ahfneon*
source/lib*/x64-win64*
tests/autotest/temp/
tests/halconlib/Matching/Shape-Based/benchmark/benchmark*.log
tests/halconlib/Matching/Shape-Based/benchmark/green-dot.shm
tests/halconlib/Matching/Shape-Based/benchmark/model_nut.sbm
tests/halconlib/Matching/Shape-Based/benchmark/rings_and_nuts_noise.png
tests/halconlib/Matching/Shape-Based/exhaustive_random_*.log
tests/halconlib/Matching/Shape-Based/find_*shape_model*/*/*.err
tests/halconlib/Matching/Shape-Based/find_*shape_model*/*/*.log
tests/halconlib/Matching/Shape-Based/serialize_shape_model/shape_model_v04a_test.shm
tests/tools/libd
tests/squish/tmp
tests/*/rl.dmp

tests/autotest/CodeCoverage
tests/autotest/CODE_COVERAGE.HTML
source/makedir/.swl
source/makedir/.swm
tests/halconlib/Classification/K-Nearest-Neighbor/test_knn_write.gnc
tests/halconlib/Classification/K-Nearest-Neighbor/test_knn_write2.gnc
tests/halconlib/Identification/Bar-Code/autotest_barcodes/results/*.csv
tests/halconlib/OCR/k-Neareast-Neighbors/test_ocr_knn.okc

tests/hdevelop/Export/bin*
tests/hdevelop/Export/gen
tests/hdevelop/Export/c
tests/hdevelop/Export/cpp
tests/hdevelop/Export/cs
tests/hdevelop/Export/vb

*.DS_Store*
tests/halconlib/Filters/Geometric-Transformations/map_image/ControlParameters.dat
tests/halconlib/Filters/Geometric-Transformations/map_image/test_region.reg
tests/halconlib/Filters/Lines/ControlParameters.dat
tests/halconlib/Filters/Lines/test_region.reg
/source/TOOLS/hdev_components/documentation/diagrams/ExportDialogStateMachine.png
/source/TOOLS/hdev_components/documentation/diagrams/StrictLayeringWithBase.png
/source/TOOLS/hdev_components/documentation/diagrams/StateSimple.png
/source/TOOLS/hdev_components/documentation/diagrams/StateMachineExample.png
/source/TOOLS/hdev_components/documentation/diagrams/SingleEventTransition.png
/source/TOOLS/hdev_components/documentation/diagrams/MultiEventTransition.png
/source/TOOLS/hdev_components/documentation/diagrams/Layering.png
/source/TOOLS/hdev_components/documentation/diagrams/HierarchicalStateMachine.png
/source/TOOLS/hdev_components/documentation/diagrams/DomainLayyersModules.png
/source/TOOLS/hdev_components/documentation/diagrams/AutoTransition.png
/source/TOOLS/hdev_components/documentation/diagrams/WidgetViewIco.png
/source/TOOLS/hdev_components/documentation/diagrams/GenericWhiteBoxComponent.png
/source/TOOLS/hdev_components/documentation/diagrams/FileSystemMap.png
/source/TOOLS/hdev_components/documentation/diagrams/ComponentStereotypes.png
/source/TOOLS/hdev_components/documentation/diagrams/DomainInfrastructureDI.png
/source/TOOLS/hdev_components/documentation/diagrams/ExportDialogStateMachine.png
/examples/images.lnk
/license.lnk
/source/TOOLS/CMakeSettings.json
/source/TOOLS/.vs

dl/mockups/datasets
dl/mockups/models

tools/gen_loader/clang/__pycache__/

tests/halconlib/3D-Object-Model/Creation/serialize_object_model_3d/object_model_3d.om3
tests/halconlib/3D-Object-Model/Creation/serialize_object_model_3d/object_model_3d_mem.om3
tests/halconlib/3D-Object-Model/Features/_test_ext_attr.om3
tests/halconlib/Calibration/Multi-View/tmp.csm
tests/halconlib/Classification/Feature-Selection/test_class_train_data.ctd
tests/halconlib/Features/Gray/gray_histo/ControlParameters.dat
tests/halconlib/Features/Gray/gray_histo/test_region.reg
tests/halconlib/File/Images/image_with_domain.hobj
tests/halconlib/File/Region/region.hobj.exp
tests/halconlib/File/Region/region.hobj.ima
tests/halconlib/Filters/Arithmetic/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/abs_diff_image/image_domain_aarch64-linuxpar.err
tests/halconlib/Filters/Arithmetic/abs_diff_image/image_domain_aarch64-linuxpar.log
tests/halconlib/Filters/Arithmetic/abs_diff_image/image_domain_armv7a-linuxpar.err
tests/halconlib/Filters/Arithmetic/abs_diff_image/image_domain_armv7a-linuxpar.log
tests/halconlib/Filters/Arithmetic/acos_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/acos_image/test_region.reg
tests/halconlib/Filters/Arithmetic/add_image_performance__.txt
tests/halconlib/Filters/Arithmetic/asin_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/asin_image/test_region.reg
tests/halconlib/Filters/Arithmetic/atan2_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/atan2_image/test_region.reg
tests/halconlib/Filters/Arithmetic/atan_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/atan_image/test_region.reg
tests/halconlib/Filters/Arithmetic/cos_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/cos_image/test_region.reg
tests/halconlib/Filters/Arithmetic/exp_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/exp_image/test_region.reg
tests/halconlib/Filters/Arithmetic/gamma_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/gamma_image/test_region.reg
tests/halconlib/Filters/Arithmetic/log_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/log_image/test_region.reg
tests/halconlib/Filters/Arithmetic/pow_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/pow_image/test_region.reg
tests/halconlib/Filters/Arithmetic/scale_image_performance__.txt
tests/halconlib/Filters/Arithmetic/sin_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/sin_image/test_region.reg
tests/halconlib/Filters/Arithmetic/sub_image_performance__.txt
tests/halconlib/Filters/Arithmetic/tan_image/ControlParameters.dat
tests/halconlib/Filters/Arithmetic/tan_image/test_region.reg
tests/halconlib/Filters/Arithmetic/test_region.reg
tests/halconlib/Filters/Color/cfa_to_rgb/ControlParameters.dat
tests/halconlib/Filters/Color/cfa_to_rgb/test_region.reg
tests/halconlib/Filters/Color/linear_trans_color/ControlParameters.dat
tests/halconlib/Filters/Color/linear_trans_color/test_region.reg
tests/halconlib/Filters/Color/rgb1_to_gray/ControlParameters.dat
tests/halconlib/Filters/Color/rgb1_to_gray/test_region.reg
tests/halconlib/Filters/Color/rgb3_to_gray/ControlParameters.dat
tests/halconlib/Filters/Color/rgb3_to_gray/test_region.reg
tests/halconlib/Filters/Color/trans_from_rgb/ControlParameters.dat
tests/halconlib/Filters/Color/trans_from_rgb/test_region.reg
tests/halconlib/Filters/Color/trans_to_rgb/ControlParameters.dat
tests/halconlib/Filters/Color/trans_to_rgb/test_region.reg
tests/halconlib/Filters/Edges/ControlParameters.dat
tests/halconlib/Filters/Edges/derivate_gauss/ControlParameters.dat
tests/halconlib/Filters/Edges/derivate_gauss/test_region.reg
tests/halconlib/Filters/Edges/highpass_image/ControlParameters.dat
tests/halconlib/Filters/Edges/highpass_image/test_region.reg
tests/halconlib/Filters/Edges/test_region.reg
tests/halconlib/Filters/Geometric-Transformations/ControlParameters.dat
tests/halconlib/Filters/Geometric-Transformations/affine_trans_image/ControlParameters.dat
tests/halconlib/Filters/Geometric-Transformations/affine_trans_image/test_region.reg
tests/halconlib/Filters/Geometric-Transformations/affine_trans_image_size/ControlParameters.dat
tests/halconlib/Filters/Geometric-Transformations/affine_trans_image_size/test_region.reg
tests/halconlib/Filters/Geometric-Transformations/test_region.reg
tests/halconlib/Filters/Misc/convol_image/ControlParameters.dat
tests/halconlib/Filters/Misc/convol_image/test_region.reg
tests/halconlib/Filters/Misc/depth_from_focus/test_region.reg
tests/halconlib/Filters/Misc/deviation_n/image_domain_aarch64-linuxpar.err
tests/halconlib/Filters/Misc/deviation_n/image_domain_aarch64-linuxpar.log
tests/halconlib/Filters/Misc/deviation_n/image_domain_armv7a-linuxpar.err
tests/halconlib/Filters/Misc/deviation_n/image_domain_armv7a-linuxpar.log
tests/halconlib/Filters/Misc/principal_comp/test_region.reg
tests/halconlib/Filters/Points/ControlParameters.dat
tests/halconlib/Filters/Points/test_region.reg
tests/halconlib/Filters/Smoothing/binomial_filter/test_region.reg
tests/halconlib/Filters/Smoothing/gauss_image/ControlParameters.dat
tests/halconlib/Filters/Smoothing/gauss_image/test_region.reg
tests/halconlib/Filters/Smoothing/mean_image/ControlParameters.dat
tests/halconlib/Filters/Smoothing/mean_image/test_region.reg
tests/halconlib/Filters/Smoothing/median_image/ControlParameters.dat
tests/halconlib/Filters/Smoothing/median_image/test_region.reg
tests/halconlib/Filters/Texture/deviation_image/ControlParameters.dat
tests/halconlib/Filters/Texture/deviation_image/test_region.reg
tests/halconlib/Filters/Texture/texture_laws/ControlParameters.dat
tests/halconlib/Filters/Texture/texture_laws/test_region.reg
tests/halconlib/Identification/Data-Code/example_test/generated/2d_data_code_model.dcm
tests/halconlib/Identification/Data-Code/microqr/results/
tests/halconlib/Image/Features/gray_histo_range/ControlParameters.dat
tests/halconlib/Image/Format/crop_domain/ControlParameters.dat
tests/halconlib/Image/Format/crop_domain/test_region.reg
tests/halconlib/Image/Format/crop_part/ControlParameters.dat
tests/halconlib/Image/Format/crop_part/test_region.reg
tests/halconlib/Image/Format/crop_rectangle1/ControlParameters.dat
tests/halconlib/Image/Format/crop_rectangle1/test_region.reg
tests/halconlib/Image/Type-Conversion/convert_image_type/ControlParameters.dat
tests/halconlib/Image/Type-Conversion/convert_image_type/test_region.reg
tests/halconlib/Matching-3D/ignore_part_polarity/clamp_sloped_FPR_1_LML_1_PS_04.sm3
tests/halconlib/Matching-3D/ignore_part_polarity/clamp_sloped_FPR_1_LML_1_PS_08.sm3
tests/halconlib/Matching-3D/ignore_part_polarity/clamp_sloped_FPR_1_LML_2_PS_04.sm3
tests/halconlib/Matching-3D/ignore_part_polarity/clamp_sloped_FPR_1_LML_2_PS_08.sm3
tests/halconlib/Matching-3D/lowest_model_level/clamp_sloped_3.sm3
tests/halconlib/Matching-3D/recompute_score/clamp_sloped_FPR_1_LML_1_PS_04.sm3
tests/halconlib/Matching-3D/recompute_score/clamp_sloped_FPR_1_LML_1_PS_08.sm3
tests/halconlib/Matching-3D/recompute_score/clamp_sloped_FPR_1_LML_2_PS_04.sm3
tests/halconlib/Matching-3D/recompute_score/clamp_sloped_FPR_1_LML_2_PS_08.sm3
tests/halconlib/Matching/Component-Based/comp_model_01
tests/halconlib/Matching/Component-Based/comp_model_02
tests/halconlib/Matching/Component-Based/comp_model_03
tests/halconlib/Matching/Component-Based/comp_model_04
tests/halconlib/Matching/Component-Based/comp_model_05
tests/halconlib/Matching/Correlation-Based/create_ncc_model/ControlParameters.dat
tests/halconlib/Matching/Correlation-Based/determine_ncc_model_params/ControlParameters.dat
tests/halconlib/Matching/Correlation-Based/find_ncc_models/ControlParameters.dat
tests/halconlib/Matching/Deformable/test_model
tests/halconlib/Morphology/Gray-Values/gray_closing_rect/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_closing_rect/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_closing_shape/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_closing_shape/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_dilation_rect/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_dilation_rect/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_dilation_shape/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_dilation_shape/ControlParameters.dataarch64-linux
tests/halconlib/Morphology/Gray-Values/gray_dilation_shape/ControlParameters.datarmv7a-linux
tests/halconlib/Morphology/Gray-Values/gray_dilation_shape/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_erosion_rect/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_erosion_rect/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_erosion_shape/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_erosion_shape/ControlParameters.dataarch64-linux
tests/halconlib/Morphology/Gray-Values/gray_erosion_shape/ControlParameters.datarmv7a-linux
tests/halconlib/Morphology/Gray-Values/gray_erosion_shape/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_opening_rect/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_opening_rect/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_opening_shape/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_opening_shape/ControlParameters.dataarch64-linux
tests/halconlib/Morphology/Gray-Values/gray_opening_shape/ControlParameters.datarmv7a-linux
tests/halconlib/Morphology/Gray-Values/gray_opening_shape/test_region.reg
tests/halconlib/Morphology/Gray-Values/gray_range_rect/ControlParameters.dat
tests/halconlib/Morphology/Gray-Values/gray_range_rect/test_region.reg
tests/halconlib/OCR/Segmentation/segment_characters/ControlParameters.dat
tests/halconlib/OCR/Segmentation/select_characters/ControlParameters.dat
tests/halconlib/OCR/Segmentation/text_line_orientation/ControlParameters.dat
tests/halconlib/OCR/Segmentation/text_line_orientation/image_domain_par.err
tests/halconlib/OCR/Segmentation/text_line_orientation/image_domain_par.log
tests/halconlib/OCR/Segmentation/text_line_slant/ControlParameters.dat
tests/halconlib/Regions/Geometric-Transformations/polar_trans_region/ControlParameters.dat
tests/halconlib/Regions/Geometric-Transformations/polar_trans_region/parameters.dat
tests/halconlib/Regions/Geometric-Transformations/polar_trans_region/region.reg
tests/halconlib/XLD/Creation/gen_circle_contour_xld/ControlParameters.dat
tests/halconlib/XLD/Creation/gen_contour_nurbs_xld/Control_cols.dat
tests/halconlib/XLD/Creation/gen_contour_nurbs_xld/Control_degree.dat
tests/halconlib/XLD/Creation/gen_contour_nurbs_xld/Control_distance.dat
tests/halconlib/XLD/Creation/gen_contour_nurbs_xld/Control_error.dat
tests/halconlib/XLD/Creation/gen_contour_nurbs_xld/Control_knots.dat
tests/halconlib/XLD/Creation/gen_contour_nurbs_xld/Control_rows.dat
tests/halconlib/XLD/Creation/gen_contour_nurbs_xld/Control_weights.dat
tests/halconlib/XLD/Geometric-Transformations/polar_trans_contour_xld/ControlParameters.dat
tests/halconlib/XLD/Geometric-Transformations/polar_trans_contour_xld_inv/ControlParameters.dat
tests/halconlib/XLD/Transformations/union_cotangential_contours_xld/ControlParameters.dat
tests/problem_reports/halconlib/ha-15xxx/ha-15127/halcon_dump.tif
tests/problem_reports/halconlib/ha-18xxx/ha-18223/image-ascii.dat
tests/problem_reports/halconlib/ha-18xxx/ha-18223/image-binary.dat
tests/problem_reports/halconlib/ha-4xxx/ha-4030/ha-4030_campar2*.dat

# Visual Studio Code *
######################################
.vstags
current.code-workspace

# mypy artifacts
.mypy_cache

/source/devtools/hdevelop/telemetry_docu.csv

/source/devtools/hdevelop/scripts/dark/
/source/devtools/hdevelop/scripts/light/
/source/devtools/hdevelop/scripts/images/

/source/devtools/hdevelop/scripts/resultUsageImages.txt

/source/devtools/hdevelop/scripts/markup_table_of_images.csv

/source/devtools/hdevelop/scripts/markup_table_of_not_themed_images.csv
