summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-02 06:02:57 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-02 06:02:57 +0100
commit64b69907ababbafc13a0fdaabc3aaf439e02ec86 (patch)
tree5233fc13f3ace71da67cc1630440a3f92b7b044a /.gitignore
parent8a8be1dec99f37932a2bedea7cc0427ea90903e6 (diff)
init.sh: put TMPDIR inside xbmkpwd, not /tmp
This way, all operations will be done inside the xbmk work directory. This is being done, so that I can then reliably sandybox certain commands in future commits, for example the "rm" command. This will also allow me to unify the location of all temporary files, in future commits. I previously used the /tmp directory because it's tmpfs-based on many setups, and this is great for performance. However, in practise, I never noticed any difference in performance when benchmarking it (testing /tmp on-disk versus tmpfs). Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4979e1f9..deb2d255 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@
/r
/e
/xbmkpath/
+/xbmkwd/