gitignore: merge TUI .gitignore into top-level

Since the TUI was put into a top-level workspace, the `target` folder
and lockfile exist too on that level.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2023-06-21 07:50:13 +02:00
parent 1de369c519
commit 5e6eca8489
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@ -3,5 +3,7 @@
/*.buildinfo
/build/
/testdir/
/target/
/test*.img
country.dat
Cargo.lock

View File

@ -1,3 +0,0 @@
Cargo.lock
/target
/testdir