aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe Richey <joerichey@google.com>2019-01-19 19:27:30 -0800
committerJoe Richey <joerichey@google.com>2019-01-19 19:27:30 -0800
commitae476d1f2354de43d656d0d3767c2a31017e5985 (patch)
treea164aa6ff3ada2ce3d9c4efea2bbe086a3d6e1e4 /.gitignore
parent509bb4d450cdd923bf09d05a5622cb6e98646bce (diff)
Install pam modules/configs to the right location
Per the FHS, manually installed programs should go under /usr/local. This change also makes it easier to change the global installation prefix. For example, package managers should set PREFIX=/usr
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 68257d1..e1a4fb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,6 @@ bin/goimports
bin/staticcheck
bin/gocovmerge
bin/misspell
+bin/config
*coverage.out
.vscode