1# exclude list for sonarqube
2# Here're some examples: (relative with the idf_path)
3# test/**
4# test/*/*.c
5# test.c
6#
7# lines start with # will be ignored
8
9# FreeRTOS upstream code (don't include our port files here)
10components/freertos/*.c
11components/freertos/include/freertos/*.h
12
13# wpa_supplicant upstream code
14components/wpa_supplicant/src/**
15components/wpa_supplicant/include/**
16