all: cleanup

This commit is contained in:
Harsh Shandilya 2022-01-26 14:08:42 +05:30
parent 320c6ef8fc
commit 438987c985
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 1 additions and 3 deletions

1
.fdignore Normal file
View File

@ -0,0 +1 @@
testdata/

View File

@ -1,3 +0,0 @@
# Slimmed down shell.nix for users who have Rust pre-installed
with import <nixpkgs> { };
mkShell { buildInputs = [ pkgconfig openssl ]; }