From 15d53829d7eab488901f1dcbf3d945748b88bef4 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Thu, 14 Dec 2023 13:22:27 +0100 Subject: [PATCH] cleanup --- .DS_Store | Bin 6148 -> 0 bytes .gitmodules | 3 --- .vscode/c_cpp_properties.json | 20 -------------------- sta-core | 1 - 4 files changed, 24 deletions(-) delete mode 100644 .DS_Store delete mode 100644 .gitmodules delete mode 100644 .vscode/c_cpp_properties.json delete mode 160000 sta-core diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c239d91a689e0bc52be6961a487edee2a6602513..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKzfZzI6n+OaR$WMRaO~tJ35ju~BCalMP6`+#0ZR}ZociB5I=ZQYlcR}=BRcEI zq%nT)?vx${HjOdwC3j!@e)N5OP474&Ql);qK$IgQAA`|b#5BP;&Ld?R>sbLRenzWN zsMMl%CzUArtK>)TEyC{dybk$yhrom#eL)3ZH*|mcM*^zTI-;^_lU` zQDSZI2Pma^^gX2$s!>FBI&`{IrkKu1a(GyKe7d>U9LAp0jz&zTXE}WI`UgHuItH5- z_0xR(ZOzBYNb5(Z_)O1o`2=W2S!mOxnybt5>nM`!e>dD*xHkQ5T~dd1 zbV5HL{d#mj>-vp!$KFVGZ-~yRoFs>CXZOWwFd=WG!mK=p*W3Ut#ePTu?AdJol0lh8 z0Z~8{_*Q_|hX8{yv=|%IO9v)>1OR$)Yr{34CAcQA7+Q=CA_7yU6lhA7Jz^+R4u4?t zLW{9MQ%*{E#&c|EWltzdcZWaF>7+t~GK&JDfU7{(+~#=y-*8u zSIQ;)B)hk!ejM+$0meQC8|TFabqOZB9qS9;idQkTAr|ljFtivOga;;n1hfn?i2}c> Fz$f4=ua^J- diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 4c70b34..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "sta-core"] - path = sta-core - url = https://gitlab.com/sta-git/alpaka/sta-core diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index ef15e9b..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "${workspaceFolder}/**", - "${workspaceFolder}/sta-core/include" - ], - "defines": [], - "macFrameworkPath": [ - "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks" - ], - "compilerPath": "/usr/bin/clang", - "cStandard": "c11", - "cppStandard": "c++11", - "intelliSenseMode": "macos-clang-arm64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/sta-core b/sta-core deleted file mode 160000 index 4204c02..0000000 --- a/sta-core +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4204c028a234d138a52f23c1851022e724a0fb13