diff options
Diffstat (limited to 'tests/test-progs/hello/.gitignore')
-rw-r--r-- | tests/test-progs/hello/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test-progs/hello/.gitignore b/tests/test-progs/hello/.gitignore new file mode 100644 index 000000000..48c31c3f0 --- /dev/null +++ b/tests/test-progs/hello/.gitignore @@ -0,0 +1,10 @@ +bin/arm/linux/hello32-static +bin/arm/linux/hello64-static + +bin/x86/linux/hello32-static +bin/x86/linux/hello64-static +bin/x86/linux/hello64-dynamic + +src/dockcross* +src/*-dynamic +src/*-static |