Skip to content

Commit

Permalink
Extend .gitignore
Browse files Browse the repository at this point in the history
- Ignore direnv's .envrc file if present
- Ignore Vivado output files
- Remove duplicate stack.yaml.lock
  • Loading branch information
DigitalBrains1 committed Sep 23, 2024
1 parent cd85c6f commit 477189d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ cabal.config
*.bin
*.log
*.tar.gz
stack.yaml.lock

*~
*.DS_Store
Expand All @@ -45,3 +44,11 @@ stack.yaml.lock
/vhdl
/verilog
/systemverilog

# direnv
.envrc

# Vivado tmp files
vivado.jou
vivado_*.backup.jou
work-obj93.cf

0 comments on commit 477189d

Please sign in to comment.