Don't tidy/format files in subproject
This pattern and files are copied from bmcweb.
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: If048cbd458bb7e1bcf704daf60cf060af359ef81
diff --git a/.gitignore b/.gitignore
index 07e92ea..8c17b65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
build*/*
-subprojects/*/
+subprojects/*
+!subprojects/*.wrap
+!subprojects/.clang-tidy
+!subprojects/.clang-format
boost-src
Boost-prefix
CMakeFiles
diff --git a/subprojects/.clang-format b/subprojects/.clang-format
new file mode 100644
index 0000000..4662692
--- /dev/null
+++ b/subprojects/.clang-format
@@ -0,0 +1,2 @@
+---
+DisableFormat: true
diff --git a/subprojects/.clang-tidy b/subprojects/.clang-tidy
new file mode 100644
index 0000000..612bd0e
--- /dev/null
+++ b/subprojects/.clang-tidy
@@ -0,0 +1 @@
+Checks: '-*'