diff --git a/platformio/project/integration/tpls/atom/.clang_complete.tpl b/platformio/project/integration/tpls/atom/.clang_complete.tpl deleted file mode 100644 index 6d8e70ed..00000000 --- a/platformio/project/integration/tpls/atom/.clang_complete.tpl +++ /dev/null @@ -1,6 +0,0 @@ -% for include in filter_includes(includes): --I{{include}} -% end -% for define in defines: --D{{!define}} -% end diff --git a/platformio/project/integration/tpls/atom/.gcc-flags.json.tpl b/platformio/project/integration/tpls/atom/.gcc-flags.json.tpl deleted file mode 100644 index 85b4e9da..00000000 --- a/platformio/project/integration/tpls/atom/.gcc-flags.json.tpl +++ /dev/null @@ -1,9 +0,0 @@ -% _defines = " ".join(["-D%s" % d.replace(" ", "\\\\ ") for d in defines]) -{ - "execPath": "{{ cxx_path }}", - "gccDefaultCFlags": "-fsyntax-only {{! to_unix_path(cc_flags).replace(' -MMD ', ' ').replace('"', '\\"') }} {{ !_defines.replace('"', '\\"') }}", - "gccDefaultCppFlags": "-fsyntax-only {{! to_unix_path(cxx_flags).replace(' -MMD ', ' ').replace('"', '\\"') }} {{ !_defines.replace('"', '\\"') }}", - "gccErrorLimit": 15, - "gccIncludePaths": "{{ ','.join(filter_includes(includes)) }}", - "gccSuppressWarnings": false -} diff --git a/platformio/project/integration/tpls/atom/.gitignore.tpl b/platformio/project/integration/tpls/atom/.gitignore.tpl deleted file mode 100644 index bbdd36c7..00000000 --- a/platformio/project/integration/tpls/atom/.gitignore.tpl +++ /dev/null @@ -1,3 +0,0 @@ -.pio -.clang_complete -.gcc-flags.json