Skip to content

Commit

Permalink
Repair .gitignore remove indentations use empty lines instead
Browse files Browse the repository at this point in the history
  • Loading branch information
iJustLeyxo authored Oct 27, 2023
1 parent 97cf2e1 commit dfa23f3
Showing 1 changed file with 32 additions and 25 deletions.
57 changes: 32 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,40 @@
# General
*
!*/
!*.txt
*
!*/
!*.txt

# VHDL
!*.sv # Note: .sv for SystemVerilog 2006 Standard instead of .v for Verliog 2001 standard
!*.vhdl
!*.vhd
!*.sv # Note: .sv for SystemVerilog 2006 Standard instead of .v for Verliog 2001 standard
!*.vhdl
!*.vhd

# Quartus
!*.qpf
!*.qsf
!*.sdc
!*.srf
!*.qpf
!*.qsf
!*.sdc
!*.srf

# Platform Designer (Qsys)
!*.qsys
!*.qip
!*.bsf
!*.qsys
!*.qip
!*.bsf

# Modelsim
!*.mpf
!*.vqm
!*.qrf
!*.do
!*.tcl
!*.mpf
!*.vqm
!*.qrf
!*.do
!*.tcl

# Doc
!*.tex
!*.md
!*.tex
!*.md

# Folders
*.vscode/
*.vscode/

# Software (alpha)
*.asm
*.c
*.cc
*.cpp
*.asm
*.c
*.cc
*.cpp

0 comments on commit dfa23f3

Please sign in to comment.