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/
|
[Oo]bj/
|
||||||
[Bb]in/
|
# Top level bin ignore only, so package_tool test_assets are added correctly
|
||||||
|
/[Bb]in/
|
||||||
.nuget/
|
.nuget/
|
||||||
_ReSharper.*/
|
_ReSharper.*/
|
||||||
packages/
|
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…
Add table
Add a link
Reference in a new issue