feat(tvix/): .gitignore target folders
Change-Id: Ic52159141b2346dd580215566056aca7110f0a10 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7253 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
7eb7014821
commit
dde62055fe
2 changed files with 1 additions and 1 deletions
1
tvix/.gitignore
vendored
1
tvix/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/target
|
||||
/result-*
|
||||
/result
|
||||
target
|
||||
|
|
1
tvix/eval/.gitignore
vendored
1
tvix/eval/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/target
|
Loading…
Reference in a new issue