summaryrefslogtreecommitdiff
path: root/Toolchain/.gitignore
diff options
context:
space:
mode:
authorEmanuel Sprung <emanuel.sprung@gmail.com>2019-11-11 13:58:18 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-11-11 21:29:56 +0100
commit3042c942d871b40a3d7dbb06079d29babefb780d (patch)
treef6b62ee74e60bd1547f20d64bee69d1cb64e0ed8 /Toolchain/.gitignore
parent2d19072115a2dde268435e2b300a7a93387db019 (diff)
downloadserenity-3042c942d871b40a3d7dbb06079d29babefb780d.zip
Toolchain: Add QEMU build script and improve documentation
Added a script to build QEMU from source as part of the Toolchain. The script content could be in BuildIt.sh but has been put in a seperate file to make the build optional. Added PATH=$PATH to sudo calls to hand over the Toolchain's PATH setup by UseIt.sh. This enabled the script's to use the QEMU contained in the SerenityOS toolchain. Deleted old documentation in Meta and replaced it by a new documentation in the Toolchain folder.
Diffstat (limited to 'Toolchain/.gitignore')
-rw-r--r--Toolchain/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Toolchain/.gitignore b/Toolchain/.gitignore
new file mode 100644
index 0000000000..0146895ec6
--- /dev/null
+++ b/Toolchain/.gitignore
@@ -0,0 +1,3 @@
+# Created by QEMU build
+config-temp
+config.log