diff options
author | 2016-09-29 19:31:22 +0200 | |
---|---|---|
committer | 2016-09-29 19:31:22 +0200 | |
commit | dd1117a470ed576b4d064bb687f24a1dbdfdfde7 (patch) | |
tree | 064428b8924f1ddf78c4c6a90b1078c4fdc6445d | |
parent | compat: Isolate more functions (diff) | |
download | wireguard-monolithic-historical-dd1117a470ed576b4d064bb687f24a1dbdfdfde7.tar.xz wireguard-monolithic-historical-dd1117a470ed576b4d064bb687f24a1dbdfdfde7.zip |
git: organize ignore files
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | contrib/examples/extract-keys/.gitignore | 4 | ||||
-rw-r--r-- | contrib/external-tests/go/.gitignore | 1 | ||||
-rw-r--r-- | contrib/external-tests/haskell/.gitignore | 2 | ||||
-rw-r--r-- | src/tests/qemu/.gitignore | 2 |
5 files changed, 10 insertions, 2 deletions
@@ -8,5 +8,4 @@ Module.symvers *.swp modules.order modules.builtin -src/tests/qemu/build/ -src/tests/qemu/distfiles/ +maint/ diff --git a/contrib/examples/extract-keys/.gitignore b/contrib/examples/extract-keys/.gitignore new file mode 100644 index 0000000..a4e358b --- /dev/null +++ b/contrib/examples/extract-keys/.gitignore @@ -0,0 +1,4 @@ +config.h +extract-keys +config.h +config 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 diff --git a/src/tests/qemu/.gitignore b/src/tests/qemu/.gitignore new file mode 100644 index 0000000..415b542 --- /dev/null +++ b/src/tests/qemu/.gitignore @@ -0,0 +1,2 @@ +build/ +distfiles/ |