diff options
author | 2016-09-29 19:31:22 +0200 | |
---|---|---|
committer | 2016-09-29 19:31:22 +0200 | |
commit | dd1117a470ed576b4d064bb687f24a1dbdfdfde7 (patch) | |
tree | 064428b8924f1ddf78c4c6a90b1078c4fdc6445d /contrib/external-tests | |
parent | compat: Isolate more functions (diff) | |
download | wireguard-monolithic-historical-dd1117a470ed576b4d064bb687f24a1dbdfdfde7.tar.xz wireguard-monolithic-historical-dd1117a470ed576b4d064bb687f24a1dbdfdfde7.zip |
git: organize ignore files
Diffstat (limited to 'contrib/external-tests')
-rw-r--r-- | contrib/external-tests/go/.gitignore | 1 | ||||
-rw-r--r-- | contrib/external-tests/haskell/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/contrib/external-tests/go/.gitignore b/contrib/external-tests/go/.gitignore new file mode 100644 index 0000000..4023f20 --- /dev/null +++ b/contrib/external-tests/go/.gitignore @@ -0,0 +1 @@ +go diff --git a/contrib/external-tests/haskell/.gitignore b/contrib/external-tests/haskell/.gitignore new file mode 100644 index 0000000..1159ea5 --- /dev/null +++ b/contrib/external-tests/haskell/.gitignore @@ -0,0 +1,2 @@ +.cabal-sandbox/ +dist |