diff options
author | Niels Breuker <niels.breuker@hotmail.nl> | 2022-10-02 12:58:42 +0200 |
---|---|---|
committer | Niels Breuker <niels.breuker@hotmail.nl> | 2022-10-02 12:58:42 +0200 |
commit | 3fa47b4c8df3dedc20f04cf04edab9de408bbd1b (patch) | |
tree | 27c2992031a7c134a959ac30d6654d168054aa4c /Server/Plugins/.gitignore | |
parent | First PoC for multithreading in plugins. (diff) | |
download | cuberite-threading.tar cuberite-threading.tar.gz cuberite-threading.tar.bz2 cuberite-threading.tar.lz cuberite-threading.tar.xz cuberite-threading.tar.zst cuberite-threading.zip |
Diffstat (limited to 'Server/Plugins/.gitignore')
-rw-r--r-- | Server/Plugins/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Server/Plugins/.gitignore b/Server/Plugins/.gitignore index 99844d3a0..b742adb70 100644 --- a/Server/Plugins/.gitignore +++ b/Server/Plugins/.gitignore @@ -5,3 +5,4 @@ !/HookNotify !/NetworkTest !/TestLuaRocks +!/MultiThreadTest
\ No newline at end of file |