From b00f9a5605e6537adabc134cc3119a4b461ec752 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 4 Sep 2017 11:39:24 +0200 Subject: [PATCH] Add ignore files. --- .dockerignore | 27 +++++++++++++++++++++++++++ testssh/.dockerignore | 24 ++++++++++++++++++++++++ testssh/.gitignore | 24 ++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 .dockerignore create mode 100644 testssh/.dockerignore create mode 100644 testssh/.gitignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..ab4604b --- /dev/null +++ b/.dockerignore @@ -0,0 +1,27 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +# Binaries +*.exe +/pixelqr + +# Test files +*.test diff --git a/testssh/.dockerignore b/testssh/.dockerignore new file mode 100644 index 0000000..ea41050 --- /dev/null +++ b/testssh/.dockerignore @@ -0,0 +1,24 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +testssh +*.exe +*.test diff --git a/testssh/.gitignore b/testssh/.gitignore new file mode 100644 index 0000000..ea41050 --- /dev/null +++ b/testssh/.gitignore @@ -0,0 +1,24 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +testssh +*.exe +*.test