From 9ad569c71d081992ac644695064ffb39ce88c61a Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 3 Dec 2019 13:29:19 +1000 Subject: practracker: Add missing .may_include files All of these files contain "*.h", except for: * src/app/config/.may_include * src/test/.may_include which also contain "*.inc". This change prevents includes of "*.c" files, and other unusually named files. Part of 32609. --- src/trunnel/.may_include | 1 + src/trunnel/hs/.may_include | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/trunnel/.may_include create mode 100644 src/trunnel/hs/.may_include (limited to 'src/trunnel') diff --git a/src/trunnel/.may_include b/src/trunnel/.may_include new file mode 100644 index 0000000000..424c745c12 --- /dev/null +++ b/src/trunnel/.may_include @@ -0,0 +1 @@ +*.h diff --git a/src/trunnel/hs/.may_include b/src/trunnel/hs/.may_include new file mode 100644 index 0000000000..424c745c12 --- /dev/null +++ b/src/trunnel/hs/.may_include @@ -0,0 +1 @@ +*.h -- cgit v1.2.3-54-g00ecf