.gitignore: Ignore /.gopathok
We've been occasionally creating this file since 9c44933b
(build:
create a local GOPATH if none specified, 2017-03-27, #410). But it's
recording information about the local environment, not part of our
common source. Adding it to .gitignore helps avoid having it
accidentally committed.
Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
8ea79e755f
commit
0ebf75fb71
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/.artifacts/
|
||||
/.gopathok
|
||||
/_output/
|
||||
/conmon/conmon.o
|
||||
/docs/*.[158]
|
||||
|
|
Loading…
Reference in a new issue