summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 13:46:05 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-02 13:46:05 -0600
commit961ed91fa17ecc4349a8a942e78db50288bd7d61 (patch)
tree570df34c4c72fb5fc1997446a50bbb43c721c974 /.gitignore
parent212105ea42362d49416e9d32261e2e099632c38c (diff)
Make the daemon user and group compile-time configurable
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 131b639..b4d898a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@
/bin
/src/*.*/
/nshd.service
+/nshd.socket
/.Makefile.var.*
/.tmp.Makefile.var.*