From 8824229b9ebea2b4e66f9db32f1e73d6e69eb369 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:23:51 +0100 Subject: [PATCH] Move a couple of files to the top level --- .gitignore | 10 ++++++++++ init/LICENSE => LICENSE | 0 init/.gitignore | 1 - logd/.gitignore | 1 - ramfs/.gitignore | 1 - ramfs/LICENSE | 21 --------------------- randd/.gitignore | 1 - randd/LICENSE | 21 --------------------- zerod/.gitignore | 3 --- 9 files changed, 10 insertions(+), 49 deletions(-) create mode 100644 .gitignore rename init/LICENSE => LICENSE (100%) delete mode 100644 init/.gitignore delete mode 100644 logd/.gitignore delete mode 100644 ramfs/.gitignore delete mode 100644 ramfs/LICENSE delete mode 100644 randd/.gitignore delete mode 100644 randd/LICENSE delete mode 100644 zerod/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..d1adf4b7b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +target/ + +# Local settings folder for Visual Studio Code +.vscode/ +# Local settings folder for Jetbrains products (RustRover, IntelliJ, CLion) +.idea/ +# Local settings folder for Visual Studio Professional +.vs/ +# Local settings folder for the devcontainer extension that most IDEs support. +.devcontainer/ diff --git a/init/LICENSE b/LICENSE similarity index 100% rename from init/LICENSE rename to LICENSE diff --git a/init/.gitignore b/init/.gitignore deleted file mode 100644 index b83d22266a..0000000000 --- a/init/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target/ diff --git a/logd/.gitignore b/logd/.gitignore deleted file mode 100644 index eb5a316cbd..0000000000 --- a/logd/.gitignore +++ /dev/null @@ -1 +0,0 @@ -target diff --git a/ramfs/.gitignore b/ramfs/.gitignore deleted file mode 100644 index ea8c4bf7f3..0000000000 --- a/ramfs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target diff --git a/ramfs/LICENSE b/ramfs/LICENSE deleted file mode 100644 index 23382b1c1d..0000000000 --- a/ramfs/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020-2021 4lDO2 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/randd/.gitignore b/randd/.gitignore deleted file mode 100644 index b83d22266a..0000000000 --- a/randd/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target/ diff --git a/randd/LICENSE b/randd/LICENSE deleted file mode 100644 index 5deeece4f4..0000000000 --- a/randd/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Redox OS - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/zerod/.gitignore b/zerod/.gitignore deleted file mode 100644 index 0196246bdd..0000000000 --- a/zerod/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ - -/target/ -**/*.rs.bk