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

# Ignore everything
**

# Allowed directories
!cmake/**
!external/**
!src/**
!test/scripts/**
!test/units/**

# Allowed files
!CMakeLists.txt
!LICENSE
!conanfile.*
!test/CMakeLists.txt
!test/data/modle_test_data.tar.xz
