fix gitignore of test package layout
This commit is contained in:
parent
1bcfb6c287
commit
4fa2348a38
2 changed files with 6 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
[Oo]bj/
|
||||
[Bb]in/
|
||||
# Top level bin ignore only, so package_tool test_assets are added correctly
|
||||
/[Bb]in/
|
||||
.nuget/
|
||||
_ReSharper.*/
|
||||
packages/
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Example of something you shouldn't do, but is good for a testing scenario
|
||||
exec bash /usr/share/Packagify_Test/test_called.sh
|
Loading…
Reference in a new issue