diff --git a/.gitignore b/.gitignore index 90186af..30647ac 100644 --- a/.gitignore +++ b/.gitignore @@ -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