From d88f71cc2757e9da551c6c30509040ee1a22c494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20H=C3=B6rl?= Date: Wed, 29 Nov 2017 11:58:31 +0000 Subject: [PATCH] Change `.gitignore` strategy - Use a `.gitignore` local to the test framework - Remove some local only things (`.idea`) from the `.gitignore` and push that to `.git/info/exclude` --- .gitignore | 2 -- pkg/framework/test/.gitignore | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .gitignore create mode 100644 pkg/framework/test/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b258db398..000000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.idea -pkg/framework/test/assets/bin diff --git a/pkg/framework/test/.gitignore b/pkg/framework/test/.gitignore new file mode 100644 index 000000000..16308b38c --- /dev/null +++ b/pkg/framework/test/.gitignore @@ -0,0 +1 @@ +assets/bin