diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-05-01 11:33:26 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-02 03:40:02 +0200 |
commit | 96ebf4cd51980eda9407c8aef3b07d7ff73f5c88 (patch) | |
tree | f02225ef5139018713ad18200ed02e9fec0e7512 /app/tools | |
parent | 691d8a34a032c7282e73779f2d9042628a1b53f0 (diff) |
libwg-go: Ignore go{path,root}
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/tools')
-rw-r--r-- | app/tools/libwg-go/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/tools/libwg-go/.gitignore b/app/tools/libwg-go/.gitignore index c039ddfb..f24a1ad8 100644 --- a/app/tools/libwg-go/.gitignore +++ b/app/tools/libwg-go/.gitignore @@ -2,3 +2,5 @@ go/ *.go libwg-go.h jni.o +gopath/ +goroot/ |