Skip to content

Commit 477189d

Browse files
Extend .gitignore
- Ignore direnv's .envrc file if present - Ignore Vivado output files - Remove duplicate stack.yaml.lock
1 parent cd85c6f commit 477189d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ cabal.config
3232
*.bin
3333
*.log
3434
*.tar.gz
35-
stack.yaml.lock
3635

3736
*~
3837
*.DS_Store
@@ -45,3 +44,11 @@ stack.yaml.lock
4544
/vhdl
4645
/verilog
4746
/systemverilog
47+
48+
# direnv
49+
.envrc
50+
51+
# Vivado tmp files
52+
vivado.jou
53+
vivado_*.backup.jou
54+
work-obj93.cf

0 commit comments

Comments
 (0)