Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-10-12 14:17:14 +0200
committerGitHub <noreply@github.com>2022-10-12 14:17:14 +0200
commiteec45643e950a5b982e1478ef57497491ec37f73 (patch)
tree9be7abbe48a2a466203f7063bf4754a1dc57618f /.gitignore
parent5c8eb7144d9583a8a117a4e892b1e78be1324a28 (diff)
Updating Partition() information after mount and unmount. (#1508)
* Updating Partition() information after mount and unmount. * Cleaned up raw_parted() to gracefully output relevant partition error information. * Adding timestmap to cmd_history.txt as it's impossible to debug properly otherwise * Adding more verbose debugging information * Reinstating the lsblk retry code for PARTUUID and UUID on Partition()'s information * Added error handling for JSON parsing
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 24b1b697..40e00e87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,5 @@ venv
.DS_Store
**/cmd_history.txt
**/*.*~
-/*.sig \ No newline at end of file
+/*.sig
+/*.json \ No newline at end of file