diff --git a/.gitignore b/.gitignore index daf913b..5062e60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Third party packages +vendor + # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..416a65f --- /dev/null +++ b/glide.yaml @@ -0,0 +1,7 @@ +package: github.com/jjdekker/ponder +license: Apache License 2.0 +owners: +- name: Jip J. Dekker + email: jip@dekker.li + homepage: https://jip.dekker.li/ +import: []