diff options
| author | Weicao Mao <1992414357@qq.com> | 2025-06-14 05:23:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 05:23:34 +0800 |
| commit | 3c27fb3e898595d53c5c74a0fd5d4e8092f07a51 (patch) | |
| tree | 641f1400bc2bef9300211209193fae6012b76f43 /.idea | |
| parent | f0929789d5e3957082c41534eecd2ebf5dd38163 (diff) | |
| parent | fe723c6ced041e1d07afec4f5a6649fc9a655893 (diff) | |
Merge pull request #2 from CatilGrass/c_bindings
Add CBinding Example
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/NoGamepads.iml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.idea/NoGamepads.iml b/.idea/NoGamepads.iml index ec9cc89..e154ed3 100644 --- a/.idea/NoGamepads.iml +++ b/.idea/NoGamepads.iml @@ -20,6 +20,13 @@ <excludeFolder url="file://$MODULE_DIR$/export/0.1.0" /> <excludeFolder url="file://$MODULE_DIR$/apps/console/target" /> <excludeFolder url="file://$MODULE_DIR$/export/dev/lib" /> + <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/binding_example/cmake-build-debug" /> + <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/binding_example/cmake-build-debug/.cmake" /> + <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/binding_example/cmake-build-debug/CMakeFiles" /> + <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/binding_example/cmake-build-debug/Testing" /> + <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/binding_example/include" /> + <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/clang/binding_example/libs" /> + <excludeFolder url="file://$MODULE_DIR$/export/dev" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> |
