# Copyright (C) 2023 Roberto Rossini <roberros@uio.no>
#
# SPDX-License-Identifier: MIT

# Ignore everything
**

# Allowed directories
!cmake/**
!external/**
!src/**

# Allowed files
!CMakeLists.txt
!LICENSE
!conanfile.Dockerfile.py
!test/CMakeLists.txt
!test/data/hictk_test_data.tar.zst
