From 84dbb723d5bc4119b336ed3444a243063b1e959c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 4 Feb 2017 17:56:49 -0500 Subject: nshd: Centralize all config-var substitutions into a `paths.go`. I'm tired of accidentally editing the wrong file. --- go/src/nshd/nshd_files/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'go/src/nshd/nshd_files/.gitignore') diff --git a/go/src/nshd/nshd_files/.gitignore b/go/src/nshd/nshd_files/.gitignore index 3be3f08..12de2b2 100644 --- a/go/src/nshd/nshd_files/.gitignore +++ b/go/src/nshd/nshd_files/.gitignore @@ -1,2 +1 @@ -/users.go -/passwords.go +/paths.go -- cgit v1.2.3