Ignore nix development files

This commit is contained in:
Sandro Jäckel 2022-01-22 18:59:50 +01:00
parent 8666542c90
commit 7342f27d09
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 # Delete files checked into Git that shouldn't be in the distribution
# tarball. # tarball.
try rm -rf \ try rm -rf \
.envrc \
.github \ .github \
.gitignore \ .gitignore \
docs/ipv6-design-doc.md \ docs/ipv6-design-doc.md \
shell.nix \
; ;
# TODO: Delete this next line once support for Automake 1.11 is dropped and # 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 # tap-driver.sh is removed from the Git repository. It is deleted here to