about summary refs log tree commit diff
path: root/users/picnoir/tvix-daemon/.gitignore
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-04-20T19·01+0300
committerclbot <clbot@tvl.fyi>2024-04-23T15·14+0000
commit49b63fceeecca9192d2c418313b550e49ea6b365 (patch)
treed6f49c58ccc7560c991371b51fd399726fe28c68 /users/picnoir/tvix-daemon/.gitignore
parente18bc33529eded5375564b6271ffab24ca25e196 (diff)
fix(users/picnoir/tvix-daemon): gitignore target dir, use cleaned src r/7999
This prevents the nix build copying the target/ dir into the store
whenever this is built through Nix.

Change-Id: I397228fd8e2e3265ed87d3400fe927bc505da090
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11496
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: picnoir picnoir <picnoir@alternativebit.fr>
Diffstat (limited to 'users/picnoir/tvix-daemon/.gitignore')
-rw-r--r--users/picnoir/tvix-daemon/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/picnoir/tvix-daemon/.gitignore b/users/picnoir/tvix-daemon/.gitignore
new file mode 100644
index 000000000000..ea8c4bf7f35f
--- /dev/null
+++ b/users/picnoir/tvix-daemon/.gitignore
@@ -0,0 +1 @@
+/target