diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 20:09:33 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-17 20:09:33 -0400 |
commit | 4d12729aa4026229e4e118b924cc3b1c75ca214b (patch) | |
tree | abd9a69ec11504844148b1017f9e9601ef7e90b8 /.gitignore | |
parent | 4f175a22cf726bfa09652d8d9ca6374785561348 (diff) |
write setuid, move things around
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,15 +1,16 @@ -/pkg -/bin/ +/LICENSE.*.txt +/bin/common.rb +/bin/nshd +/bin/nshd-tester +/bin/setuid +/nshd.service +/nshd.sysusers + +/.gopath .var.* .tmp.* *.o *~ - -/nshd.service -/nshd.sysusers -/scripts/common.rb -/LICENSE.*.txt - parabola-keyring-*.tar.gz /config.mk |