summaryrefslogtreecommitdiffstats
path: root/src/pacman/.gitignore
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2018-01-13 17:49:59 +0100
committerAllan McRae <allan@archlinux.org>2018-01-19 03:02:07 +0100
commit170bb80a1f8a020595738c7febdb15c68574ce29 (patch)
tree4652653e5d5fab7e1ee5769d6c7388f1904e76ec /src/pacman/.gitignore
parentfa745fb4677c3de37aad93b180fe9475179eb7e6 (diff)
downloadpacman-170bb80a1f8a020595738c7febdb15c68574ce29.tar.gz
pacman-170bb80a1f8a020595738c7febdb15c68574ce29.tar.xz
add pacman-conf utility
Parsing pacman's configuration file is non-trivial and extremely difficult to do correctly from scripts; even our own do it incorrectly. pacman-conf is a dedicated tool specifically to allow scripts to parse config files, getting the same value that pacman itself would use. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/pacman/.gitignore')
-rw-r--r--src/pacman/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/.gitignore b/src/pacman/.gitignore
index 6a358aa3..24e11ed3 100644
--- a/src/pacman/.gitignore
+++ b/src/pacman/.gitignore
@@ -2,3 +2,5 @@
.libs
pacman
pacman.exe
+pacman-conf
+pacman-conf.exe \ No newline at end of file