build: move br2_cli.gitignore to out/

This commit is contained in:
Ciro Santilli
2018-04-18 14:06:48 +01:00
parent f4eed4163b
commit 5698a5ed2b
4 changed files with 30 additions and 26 deletions

3
common
View File

@@ -1,4 +1,7 @@
#!/usr/bin/env bash
common_abspath() (
echo "$(cd "$(dirname "$1")"; pwd)/$(basename "$1")"
)
common_bench_cmd() (
# Benchmark a command.
#