Clean up log files and update gitignore

Co-authored-by: awalsh128 <2087466+awalsh128@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-30 07:37:10 +00:00
parent 782a42f20d
commit 7f4fa30173
3 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
src/cmd/apt_query/apt_query*
apt_query_test*
apt_query_test*
*.log

View file

@ -1,3 +0,0 @@
2025/09/30 07:34:52 Encountered error resolving some or all package names, see combined std[out,err] below.
virtual package 'python' has no concrete package providers
virtual package 'python' has no concrete package providers

View file