diff options
| author | John MacFarlane <[email protected]> | 2023-03-08 09:50:39 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-08 11:15:17 -0800 |
| commit | c879fed90c17f084f897e08c7052c9ff72ff9d6a (patch) | |
| tree | 75d394c9aa38795c5e518a231804f6a2f658b07a /.gitignore | |
| parent | 1643225cdda2ed706f30cb76f536baa2de135ebc (diff) | |
Add flake.nix.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5da920295..57a3c0e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /TAGS /bench-* !.circleci/** +!.envrc !.editorconfig !.gitattributes !.github/** @@ -30,9 +31,11 @@ !Setup.hs !cabal.project !changelog.md -!default.nix !pandoc.cabal !hie.yaml +!flake.nix +!flake.lock +!default.nix !release.nix !shell.nix !stack.yaml |
