From 7342f27d093776b95e87a6f0d48b348fd9208627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 22 Jan 2022 18:59:50 +0100 Subject: [PATCH] Ignore nix development files --- .github/workflows/scripts/dist-tarball-check | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scripts/dist-tarball-check b/.github/workflows/scripts/dist-tarball-check index 052121b..e974c9e 100755 --- a/.github/workflows/scripts/dist-tarball-check +++ b/.github/workflows/scripts/dist-tarball-check @@ -28,9 +28,11 @@ try git archive --format=tar --prefix=git-repo/ HEAD \ # Delete files checked into Git that shouldn't be in the distribution # tarball. try rm -rf \ + .envrc \ .github \ .gitignore \ docs/ipv6-design-doc.md \ + shell.nix \ ; # TODO: Delete this next line once support for Automake 1.11 is dropped and # tap-driver.sh is removed from the Git repository. It is deleted here to