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`
This commit is contained in:
Hannes Hörl 2017-11-29 11:58:31 +00:00 committed by Gareth Smith
parent c4e57df807
commit d88f71cc27
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
.idea
pkg/framework/test/assets/bin

1
pkg/framework/test/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
assets/bin