blob: 1c9a03848a7d16779ea1acb237bf1c285bc09c87 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file is only loaded if the path to this repository is added to the
# autoload safe path. For example, add something like the following to your
# users central gdb configuration:
#
# add-auto-load-safe-path /path/to/the/project
#
skip -rfu ^Catch::
skip -rfu .*operator.*""_catch_sr.*
skip -gfi */catch2/*
|