Skip to content

Commit

Permalink
Merge !1600: poe: fix out-of-repo workspaces + ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Aug 27, 2024
2 parents bf242f9 + 4ec1b64 commit 672dd13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/ar-lib
/autom4te.cache/*
/bench/bench_lru
/build*/
/compile
/compile_commands.json
/config.guess
Expand Down Expand Up @@ -83,13 +84,10 @@ kresd.amalg.c
libkres.amalg.c
luacov.*.out
**/__pycache__/
build/
dist/
.coverage
.mypy_cache
.install_kresd/
.build_kresd/
build_dist
build_doc
poetry.lock
*.junit.xml
3 changes: 2 additions & 1 deletion poe
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

exec poetry run poe "$@"
script_dir="$(dirname "$(readlink -f "$0")")"
exec poetry --directory "$script_dir" run poe --root "$script_dir" "$@"

0 comments on commit 672dd13

Please sign in to comment.