Skip to content

Commit ab92bfa

Browse files
committed
chore: add cabal.project.local to .gitignore
1 parent 0ca1fdf commit ab92bfa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ wip/
1414
.ghci
1515
hie.yaml
1616
/*.sh
17-
cabal.project
17+
cabal.project.*
1818

1919
# Build output
2020
/html

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ packages: support/shake/1lab-shake.cabal
22

33
-- To build outside of the Nix shell, uncomment the following stanza
44
-- and replace `master` with the `rev` field from `support/nix/dep/Agda/github.json`.
5+
--
6+
-- If you want to avoid polluting your Git tree, you can move this to
7+
-- `cabal.project.local`, which is ignored by Git.
58

69
-- source-repository-package
710
-- type: git

0 commit comments

Comments
 (0)